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