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