#[repr(transparent)]pub struct HKEY(pub isize);
Tuple Fields§
§0: isize
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