Struct windows_sys::Win32::Security::SID_AND_ATTRIBUTES
[−]Expand description
Required features: "Win32_Security"
, "Win32_Foundation"
Fields
Sid: PSID
Attributes: u32
Trait Implementations
impl Clone for SID_AND_ATTRIBUTES
impl Clone for SID_AND_ATTRIBUTES
impl Copy for SID_AND_ATTRIBUTES
Auto Trait Implementations
impl RefUnwindSafe for SID_AND_ATTRIBUTES
impl !Send for SID_AND_ATTRIBUTES
impl !Sync for SID_AND_ATTRIBUTES
impl Unpin for SID_AND_ATTRIBUTES
impl UnwindSafe for SID_AND_ATTRIBUTES
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