pub struct DatasetMgmtDword11 { /* private fields */ }
Implementations§
source§impl DatasetMgmtDword11
impl DatasetMgmtDword11
sourcepub const fn into_bytes(self) -> [u8; 4]
pub const fn into_bytes(self) -> [u8; 4]
sourcepub const fn from_bytes(bytes: [u8; 4]) -> Self
pub const fn from_bytes(bytes: [u8; 4]) -> Self
Converts the given bytes directly into the bitfield struct.
Trait Implementations§
source§impl From<DatasetMgmtDword11> for u32
impl From<DatasetMgmtDword11> for u32
source§fn from(__bf_bitfield: DatasetMgmtDword11) -> Self
fn from(__bf_bitfield: DatasetMgmtDword11) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DatasetMgmtDword11
impl RefUnwindSafe for DatasetMgmtDword11
impl Send for DatasetMgmtDword11
impl Sync for DatasetMgmtDword11
impl Unpin for DatasetMgmtDword11
impl UnwindSafe for DatasetMgmtDword11
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