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