Struct windows_sys::Win32::Security::ACL_REVISION_INFORMATION
[−]#[repr(C)]pub struct ACL_REVISION_INFORMATION {
pub AclRevision: u32,
}
Expand description
Required features: "Win32_Security"
Fields
AclRevision: u32
Trait Implementations
impl Clone for ACL_REVISION_INFORMATION
impl Clone for ACL_REVISION_INFORMATION
impl Copy for ACL_REVISION_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for ACL_REVISION_INFORMATION
impl Send for ACL_REVISION_INFORMATION
impl Sync for ACL_REVISION_INFORMATION
impl Unpin for ACL_REVISION_INFORMATION
impl UnwindSafe for ACL_REVISION_INFORMATION
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