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