Union windows_sys::Win32::System::Ioctl::SD_GLOBAL_CHANGE_OUTPUT_0
[−]#[repr(C)]
pub union SD_GLOBAL_CHANGE_OUTPUT_0 {
pub SdChange: SD_CHANGE_MACHINE_SID_OUTPUT,
pub SdQueryStats: SD_QUERY_STATS_OUTPUT,
pub SdEnumSds: SD_ENUM_SDS_OUTPUT,
}
Expand description
Required features: ‘Win32_System_Ioctl’
Fields
SdChange: SD_CHANGE_MACHINE_SID_OUTPUT
SdQueryStats: SD_QUERY_STATS_OUTPUT
SdEnumSds: SD_ENUM_SDS_OUTPUT
Trait Implementations
impl Clone for SD_GLOBAL_CHANGE_OUTPUT_0
impl Clone for SD_GLOBAL_CHANGE_OUTPUT_0
impl Copy for SD_GLOBAL_CHANGE_OUTPUT_0
Auto Trait Implementations
impl RefUnwindSafe for SD_GLOBAL_CHANGE_OUTPUT_0
impl Send for SD_GLOBAL_CHANGE_OUTPUT_0
impl Sync for SD_GLOBAL_CHANGE_OUTPUT_0
impl Unpin for SD_GLOBAL_CHANGE_OUTPUT_0
impl UnwindSafe for SD_GLOBAL_CHANGE_OUTPUT_0
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