#[repr(C)]pub struct SECURITY_API {
pub magic: ntfs_u32,
pub security: SECURITY_CONTEXT,
pub seccache: *mut PERMISSIONS_CACHE,
}Fields§
§magic: ntfs_u32§security: SECURITY_CONTEXT§seccache: *mut PERMISSIONS_CACHETrait Implementations§
Source§impl Clone for SECURITY_API
impl Clone for SECURITY_API
Source§fn clone(&self) -> SECURITY_API
fn clone(&self) -> SECURITY_API
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SECURITY_API
impl Debug for SECURITY_API
impl Copy for SECURITY_API
Auto Trait Implementations§
impl Freeze for SECURITY_API
impl RefUnwindSafe for SECURITY_API
impl !Send for SECURITY_API
impl !Sync for SECURITY_API
impl Unpin for SECURITY_API
impl UnwindSafe for SECURITY_API
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more