Struct libcwiid_sys::cwiid_error_mesg
source · #[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 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