pub struct Cdw10GetFeatures(/* private fields */);
Implementations§
Source§impl Cdw10GetFeatures
impl Cdw10GetFeatures
Sourcepub const fn with_fid_checked(self, value: u8) -> Result<Self, ()>
pub const fn with_fid_checked(self, value: u8) -> Result<Self, ()>
Bits: 0..8
Sourcepub const fn with_sel_checked(self, value: u8) -> Result<Self, ()>
pub const fn with_sel_checked(self, value: u8) -> Result<Self, ()>
Bits: 8..11
Trait Implementations§
Source§impl Clone for Cdw10GetFeatures
impl Clone for Cdw10GetFeatures
Source§fn clone(&self) -> Cdw10GetFeatures
fn clone(&self) -> Cdw10GetFeatures
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Cdw10GetFeatures
impl Debug for Cdw10GetFeatures
Source§impl Default for Cdw10GetFeatures
impl Default for Cdw10GetFeatures
Source§impl From<Cdw10GetFeatures> for u32
impl From<Cdw10GetFeatures> for u32
Source§fn from(v: Cdw10GetFeatures) -> u32
fn from(v: Cdw10GetFeatures) -> u32
Converts to this type from the input type.
Source§impl From<u32> for Cdw10GetFeatures
impl From<u32> for Cdw10GetFeatures
impl Copy for Cdw10GetFeatures
Auto Trait Implementations§
impl Freeze for Cdw10GetFeatures
impl RefUnwindSafe for Cdw10GetFeatures
impl Send for Cdw10GetFeatures
impl Sync for Cdw10GetFeatures
impl Unpin for Cdw10GetFeatures
impl UnwindSafe for Cdw10GetFeatures
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more