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