pub struct BitPieceU16Converter;Implementations§
Source§impl BitPieceU16Converter
impl BitPieceU16Converter
pub const fn from_fields(fields: u16) -> u16
pub const fn to_fields(x: u16) -> u16
pub const fn try_from_bits(bits: u16) -> Option<u16>
pub const fn from_bits(bits: u16) -> u16
pub const fn to_bits(x: u16) -> u16
pub const fn const_eq(a: u16, b: u16) -> bool
pub const fn to_storage_mut_ref(x: &mut u16) -> BitPieceStorageMutRef<'_>
Auto Trait Implementations§
impl Freeze for BitPieceU16Converter
impl RefUnwindSafe for BitPieceU16Converter
impl Send for BitPieceU16Converter
impl Sync for BitPieceU16Converter
impl Unpin for BitPieceU16Converter
impl UnwindSafe for BitPieceU16Converter
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