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 CheckFillsUnalignedBits for DatasetMgmtDword11
impl CheckFillsUnalignedBits for DatasetMgmtDword11
Source§impl From<DatasetMgmtDword11> for [u8; 4]
impl From<DatasetMgmtDword11> for [u8; 4]
Source§fn from(bytes: DatasetMgmtDword11) -> Self
fn from(bytes: DatasetMgmtDword11) -> Self
Converts to this type from the input type.
Source§impl From<DatasetMgmtDword11> for u32where
BitCount<{ 32usize }>: IsU32Compatible,
impl From<DatasetMgmtDword11> for u32where
BitCount<{ 32usize }>: IsU32Compatible,
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