#[repr(C)]pub struct cwiid_status_mesg {
pub type_: cwiid_mesg_type,
pub battery: u8,
pub ext_type: cwiid_ext_type,
}Fields§
§type_: cwiid_mesg_type§battery: u8§ext_type: cwiid_ext_typeTrait Implementations§
Source§impl Clone for cwiid_status_mesg
impl Clone for cwiid_status_mesg
Source§fn clone(&self) -> cwiid_status_mesg
fn clone(&self) -> cwiid_status_mesg
Returns a duplicate 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 moreSource§impl Debug for cwiid_status_mesg
impl Debug for cwiid_status_mesg
impl Copy for cwiid_status_mesg
Auto Trait Implementations§
impl Freeze for cwiid_status_mesg
impl RefUnwindSafe for cwiid_status_mesg
impl Send for cwiid_status_mesg
impl Sync for cwiid_status_mesg
impl Unpin for cwiid_status_mesg
impl UnwindSafe for cwiid_status_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