Struct EContextType
#[repr(transparent)]pub struct EContextType(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for EContextType
impl Clone for EContextType
§fn clone(&self) -> EContextType
fn clone(&self) -> EContextType
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 EContextType
impl Debug for EContextType
§impl Default for EContextType
impl Default for EContextType
§fn default() -> EContextType
fn default() -> EContextType
Returns the “default value” for a type. Read more
§impl PartialEq for EContextType
impl PartialEq for EContextType
impl Copy for EContextType
impl Eq for EContextType
impl StructuralPartialEq for EContextType
Auto Trait Implementations§
impl Freeze for EContextType
impl RefUnwindSafe for EContextType
impl Send for EContextType
impl Sync for EContextType
impl Unpin for EContextType
impl UnwindSafe for EContextType
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