Struct linux_syscalls::env::aux::Secure
source · #[non_exhaustive]pub struct Secure;Expand description
Secure mode boolean (AT_SECURE).
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Secure
impl Send for Secure
impl Sync for Secure
impl Unpin for Secure
impl UnwindSafe for Secure
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