Struct windows_sys::Win32::System::Ioctl::SD_GLOBAL_CHANGE_INPUT
[−]#[repr(C)]pub struct SD_GLOBAL_CHANGE_INPUT {
pub Flags: u32,
pub ChangeType: u32,
pub Anonymous: SD_GLOBAL_CHANGE_INPUT_0,
}
Expand description
Required features: ‘Win32_System_Ioctl’
Fields
Flags: u32
ChangeType: u32
Anonymous: SD_GLOBAL_CHANGE_INPUT_0
Trait Implementations
impl Clone for SD_GLOBAL_CHANGE_INPUT
impl Clone for SD_GLOBAL_CHANGE_INPUT
impl Copy for SD_GLOBAL_CHANGE_INPUT
Auto Trait Implementations
impl RefUnwindSafe for SD_GLOBAL_CHANGE_INPUT
impl Send for SD_GLOBAL_CHANGE_INPUT
impl Sync for SD_GLOBAL_CHANGE_INPUT
impl Unpin for SD_GLOBAL_CHANGE_INPUT
impl UnwindSafe for SD_GLOBAL_CHANGE_INPUT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more