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