#[repr(transparent)]pub struct Froctlb(pub u32);Expand description
FRO16K Control B
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Froctlb
impl Eq for Froctlb
impl StructuralPartialEq for Froctlb
Auto Trait Implementations§
impl Freeze for Froctlb
impl RefUnwindSafe for Froctlb
impl Send for Froctlb
impl Sync for Froctlb
impl Unpin for Froctlb
impl UnwindSafe for Froctlb
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