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