Struct windows_sys::Win32::Security::SID_AND_ATTRIBUTES_HASH
[−]#[repr(C)]pub struct SID_AND_ATTRIBUTES_HASH {
pub SidCount: u32,
pub SidAttr: *mut SID_AND_ATTRIBUTES,
pub Hash: [usize; 32],
}
Expand description
Required features: ‘Win32_Security’, ‘Win32_Foundation’
Fields
SidCount: u32
SidAttr: *mut SID_AND_ATTRIBUTES
Hash: [usize; 32]
Trait Implementations
impl Clone for SID_AND_ATTRIBUTES_HASH
impl Clone for SID_AND_ATTRIBUTES_HASH
impl Copy for SID_AND_ATTRIBUTES_HASH
Auto Trait Implementations
impl RefUnwindSafe for SID_AND_ATTRIBUTES_HASH
impl !Send for SID_AND_ATTRIBUTES_HASH
impl !Sync for SID_AND_ATTRIBUTES_HASH
impl Unpin for SID_AND_ATTRIBUTES_HASH
impl UnwindSafe for SID_AND_ATTRIBUTES_HASH
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