#[repr(C)]pub union error_status {
pub L: u32,
pub __bindgen_anon_1: error_status__bindgen_ty_1,
}Fields§
§L: u32§__bindgen_anon_1: error_status__bindgen_ty_1Trait Implementations§
Source§impl Clone for error_status
impl Clone for error_status
Source§fn clone(&self) -> error_status
fn clone(&self) -> error_status
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for error_status
Auto Trait Implementations§
impl Freeze for error_status
impl RefUnwindSafe for error_status
impl Send for error_status
impl Sync for error_status
impl Unpin for error_status
impl UnsafeUnpin for error_status
impl UnwindSafe for error_status
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