Struct SEC_FLAGS
#[repr(C)]pub struct SEC_FLAGS {
pub Flags: u64,
}
Fields§
§Flags: u64
Trait Implementations§
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