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