Struct REGPINTYPES
#[repr(C)]pub struct REGPINTYPES {
pub clsMajorType: *const GUID,
pub clsMinorType: *const GUID,
}
Fields§
§clsMajorType: *const GUID
§clsMinorType: *const GUID
Trait Implementations§
§impl Clone for REGPINTYPES
impl Clone for REGPINTYPES
§fn clone(&self) -> REGPINTYPES
fn clone(&self) -> REGPINTYPES
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for REGPINTYPES
impl Debug for REGPINTYPES
§impl PartialEq for REGPINTYPES
impl PartialEq for REGPINTYPES
impl Copy for REGPINTYPES
impl StructuralPartialEq for REGPINTYPES
Auto Trait Implementations§
impl Freeze for REGPINTYPES
impl RefUnwindSafe for REGPINTYPES
impl !Send for REGPINTYPES
impl !Sync for REGPINTYPES
impl Unpin for REGPINTYPES
impl UnwindSafe for REGPINTYPES
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