pub struct Cdw10SetFeatures(/* private fields */);
Implementations§
Source§impl Cdw10SetFeatures
impl Cdw10SetFeatures
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_save_checked(self, value: bool) -> Result<Self, ()>
pub const fn with_save_checked(self, value: bool) -> Result<Self, ()>
Bits: 31..32
Trait Implementations§
Source§impl Clone for Cdw10SetFeatures
impl Clone for Cdw10SetFeatures
Source§fn clone(&self) -> Cdw10SetFeatures
fn clone(&self) -> Cdw10SetFeatures
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 Cdw10SetFeatures
impl Debug for Cdw10SetFeatures
Source§impl Default for Cdw10SetFeatures
impl Default for Cdw10SetFeatures
Source§impl From<Cdw10SetFeatures> for u32
impl From<Cdw10SetFeatures> for u32
Source§fn from(v: Cdw10SetFeatures) -> u32
fn from(v: Cdw10SetFeatures) -> u32
Converts to this type from the input type.
Source§impl From<u32> for Cdw10SetFeatures
impl From<u32> for Cdw10SetFeatures
impl Copy for Cdw10SetFeatures
Auto Trait Implementations§
impl Freeze for Cdw10SetFeatures
impl RefUnwindSafe for Cdw10SetFeatures
impl Send for Cdw10SetFeatures
impl Sync for Cdw10SetFeatures
impl Unpin for Cdw10SetFeatures
impl UnwindSafe for Cdw10SetFeatures
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