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