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