Struct windows_sys::Win32::System::Ioctl::SCM_PD_DESCRIPTOR_HEADER
[−]Expand description
Required features: "Win32_System_Ioctl"
Fields
Version: u32
Size: u32
Trait Implementations
impl Clone for SCM_PD_DESCRIPTOR_HEADER
impl Clone for SCM_PD_DESCRIPTOR_HEADER
impl Copy for SCM_PD_DESCRIPTOR_HEADER
Auto Trait Implementations
impl RefUnwindSafe for SCM_PD_DESCRIPTOR_HEADER
impl Send for SCM_PD_DESCRIPTOR_HEADER
impl Sync for SCM_PD_DESCRIPTOR_HEADER
impl Unpin for SCM_PD_DESCRIPTOR_HEADER
impl UnwindSafe for SCM_PD_DESCRIPTOR_HEADER
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