pub struct ContextFlags { /* private fields */ }
Implementations
sourceimpl ContextFlags
impl ContextFlags
pub const fn has_debug(&self) -> bool
pub const fn has_forward_compatible(&self) -> bool
pub const fn has_robust_access(&self) -> bool
pub const fn has_reset_isolation(&self) -> bool
Auto Trait Implementations
impl RefUnwindSafe for ContextFlags
impl Send for ContextFlags
impl Sync for ContextFlags
impl Unpin for ContextFlags
impl UnwindSafe for ContextFlags
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