Struct REGPINMEDIUM
#[repr(C)]pub struct REGPINMEDIUM {
pub clsMedium: GUID,
pub dw1: u32,
pub dw2: u32,
}
Fields§
§clsMedium: GUID
§dw1: u32
§dw2: u32
Trait Implementations§
§impl Clone for REGPINMEDIUM
impl Clone for REGPINMEDIUM
§fn clone(&self) -> REGPINMEDIUM
fn clone(&self) -> REGPINMEDIUM
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 REGPINMEDIUM
impl Debug for REGPINMEDIUM
§impl Default for REGPINMEDIUM
impl Default for REGPINMEDIUM
§impl PartialEq for REGPINMEDIUM
impl PartialEq for REGPINMEDIUM
impl Copy for REGPINMEDIUM
impl StructuralPartialEq for REGPINMEDIUM
Auto Trait Implementations§
impl Freeze for REGPINMEDIUM
impl RefUnwindSafe for REGPINMEDIUM
impl Send for REGPINMEDIUM
impl Sync for REGPINMEDIUM
impl Unpin for REGPINMEDIUM
impl UnwindSafe for REGPINMEDIUM
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