Struct windows::Wdk::Storage::FileSystem::SEC_FLAGS
#[repr(C)]pub struct SEC_FLAGS {
pub Flags: u64,
}
Fields§
§Flags: u64
Trait Implementations§
impl Copy for SEC_FLAGS
impl Eq for SEC_FLAGS
impl StructuralPartialEq for SEC_FLAGS
Auto Trait Implementations§
impl Freeze for SEC_FLAGS
impl RefUnwindSafe for SEC_FLAGS
impl Send for SEC_FLAGS
impl Sync for SEC_FLAGS
impl Unpin for SEC_FLAGS
impl UnwindSafe for SEC_FLAGS
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)