pub struct Cdw11Dsm(/* private fields */);
Implementations§
Source§impl Cdw11Dsm
impl Cdw11Dsm
Sourcepub const fn with_idr_checked(self, value: bool) -> Result<Self, ()>
pub const fn with_idr_checked(self, value: bool) -> Result<Self, ()>
Integral dataset for read.
Bits: 0..1
Sourcepub const fn set_idr_checked(&mut self, value: bool) -> Result<(), ()>
pub const fn set_idr_checked(&mut self, value: bool) -> Result<(), ()>
Integral dataset for read.
Bits: 0..1
Sourcepub const fn with_idw_checked(self, value: bool) -> Result<Self, ()>
pub const fn with_idw_checked(self, value: bool) -> Result<Self, ()>
Integral dataset for write.
Bits: 1..2
Sourcepub const fn set_idw_checked(&mut self, value: bool) -> Result<(), ()>
pub const fn set_idw_checked(&mut self, value: bool) -> Result<(), ()>
Integral dataset for write.
Bits: 1..2
Sourcepub const fn with_ad_checked(self, value: bool) -> Result<Self, ()>
pub const fn with_ad_checked(self, value: bool) -> Result<Self, ()>
Deallocate.
Bits: 2..3
Trait Implementations§
impl Copy for Cdw11Dsm
Auto Trait Implementations§
impl Freeze for Cdw11Dsm
impl RefUnwindSafe for Cdw11Dsm
impl Send for Cdw11Dsm
impl Sync for Cdw11Dsm
impl Unpin for Cdw11Dsm
impl UnwindSafe for Cdw11Dsm
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