#[repr(transparent)]pub struct Es(pub u32);Expand description
Error Status
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Es
impl Eq for Es
impl StructuralPartialEq for Es
Auto Trait Implementations§
impl Freeze for Es
impl RefUnwindSafe for Es
impl Send for Es
impl Sync for Es
impl Unpin for Es
impl UnwindSafe for Es
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