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