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