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