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