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