Struct windows_sys::Win32::System::Ioctl::SCM_PD_PROPERTY_SET
[−]#[repr(C)]pub struct SCM_PD_PROPERTY_SET {
pub Version: u32,
pub Size: u32,
pub PropertyId: SCM_PD_PROPERTY_ID,
pub SetType: SCM_PD_SET_TYPE,
pub AdditionalParameters: [u8; 1],
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
Version: u32
Size: u32
PropertyId: SCM_PD_PROPERTY_ID
SetType: SCM_PD_SET_TYPE
AdditionalParameters: [u8; 1]
Trait Implementations
impl Clone for SCM_PD_PROPERTY_SET
impl Clone for SCM_PD_PROPERTY_SET
impl Copy for SCM_PD_PROPERTY_SET
Auto Trait Implementations
impl RefUnwindSafe for SCM_PD_PROPERTY_SET
impl Send for SCM_PD_PROPERTY_SET
impl Sync for SCM_PD_PROPERTY_SET
impl Unpin for SCM_PD_PROPERTY_SET
impl UnwindSafe for SCM_PD_PROPERTY_SET
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more