Struct ExtendedIsolationState
#[repr(transparent)]pub struct ExtendedIsolationState(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for ExtendedIsolationState
impl Clone for ExtendedIsolationState
§fn clone(&self) -> ExtendedIsolationState
fn clone(&self) -> ExtendedIsolationState
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for ExtendedIsolationState
impl Debug for ExtendedIsolationState
§impl Default for ExtendedIsolationState
impl Default for ExtendedIsolationState
§fn default() -> ExtendedIsolationState
fn default() -> ExtendedIsolationState
Returns the “default value” for a type. Read more
§impl PartialEq for ExtendedIsolationState
impl PartialEq for ExtendedIsolationState
impl Copy for ExtendedIsolationState
impl Eq for ExtendedIsolationState
impl StructuralPartialEq for ExtendedIsolationState
Auto Trait Implementations§
impl Freeze for ExtendedIsolationState
impl RefUnwindSafe for ExtendedIsolationState
impl Send for ExtendedIsolationState
impl Sync for ExtendedIsolationState
impl Unpin for ExtendedIsolationState
impl UnwindSafe for ExtendedIsolationState
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