Struct windows_sys::Win32::System::Ioctl::SD_GLOBAL_CHANGE_OUTPUT
[−]#[repr(C)]pub struct SD_GLOBAL_CHANGE_OUTPUT {
pub Flags: u32,
pub ChangeType: u32,
pub Anonymous: SD_GLOBAL_CHANGE_OUTPUT_0,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
Flags: u32
ChangeType: u32
Anonymous: SD_GLOBAL_CHANGE_OUTPUT_0
Trait Implementations
impl Clone for SD_GLOBAL_CHANGE_OUTPUT
impl Clone for SD_GLOBAL_CHANGE_OUTPUT
impl Copy for SD_GLOBAL_CHANGE_OUTPUT
Auto Trait Implementations
impl RefUnwindSafe for SD_GLOBAL_CHANGE_OUTPUT
impl Send for SD_GLOBAL_CHANGE_OUTPUT
impl Sync for SD_GLOBAL_CHANGE_OUTPUT
impl Unpin for SD_GLOBAL_CHANGE_OUTPUT
impl UnwindSafe for SD_GLOBAL_CHANGE_OUTPUT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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