#[repr(C)]pub struct cwiid_error_mesg {
pub type_: cwiid_mesg_type,
pub error: cwiid_error,
}Fields§
§type_: cwiid_mesg_type§error: cwiid_errorTrait Implementations§
Source§impl Clone for cwiid_error_mesg
impl Clone for cwiid_error_mesg
Source§fn clone(&self) -> cwiid_error_mesg
fn clone(&self) -> cwiid_error_mesg
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 cwiid_error_mesg
Auto Trait Implementations§
impl Freeze for cwiid_error_mesg
impl RefUnwindSafe for cwiid_error_mesg
impl Send for cwiid_error_mesg
impl Sync for cwiid_error_mesg
impl Unpin for cwiid_error_mesg
impl UnsafeUnpin for cwiid_error_mesg
impl UnwindSafe for cwiid_error_mesg
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