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