pub struct HardenedRuntimeInfo {
pub flags: HardenedRuntimeFlags,
}
Fields§
§flags: HardenedRuntimeFlags
Trait Implementations§
Source§impl Default for HardenedRuntimeInfo
impl Default for HardenedRuntimeInfo
Source§fn default() -> HardenedRuntimeInfo
fn default() -> HardenedRuntimeInfo
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HardenedRuntimeInfo
impl RefUnwindSafe for HardenedRuntimeInfo
impl Send for HardenedRuntimeInfo
impl Sync for HardenedRuntimeInfo
impl Unpin for HardenedRuntimeInfo
impl UnwindSafe for HardenedRuntimeInfo
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