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