pub struct BType(pub u32);Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for BType
impl Eq for BType
impl StructuralPartialEq for BType
Auto Trait Implementations§
impl Freeze for BType
impl RefUnwindSafe for BType
impl Send for BType
impl Sync for BType
impl Unpin for BType
impl UnwindSafe for BType
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