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