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