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