Struct windows_sys::Win32::System::Ioctl::SD_CHANGE_MACHINE_SID_INPUT
[−]#[repr(C)]pub struct SD_CHANGE_MACHINE_SID_INPUT {
pub CurrentMachineSIDOffset: u16,
pub CurrentMachineSIDLength: u16,
pub NewMachineSIDOffset: u16,
pub NewMachineSIDLength: u16,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
CurrentMachineSIDOffset: u16
CurrentMachineSIDLength: u16
NewMachineSIDOffset: u16
NewMachineSIDLength: u16
Trait Implementations
impl Clone for SD_CHANGE_MACHINE_SID_INPUT
impl Clone for SD_CHANGE_MACHINE_SID_INPUT
impl Copy for SD_CHANGE_MACHINE_SID_INPUT
Auto Trait Implementations
impl RefUnwindSafe for SD_CHANGE_MACHINE_SID_INPUT
impl Send for SD_CHANGE_MACHINE_SID_INPUT
impl Sync for SD_CHANGE_MACHINE_SID_INPUT
impl Unpin for SD_CHANGE_MACHINE_SID_INPUT
impl UnwindSafe for SD_CHANGE_MACHINE_SID_INPUT
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