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