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