Struct contec_protocol::incoming_package::DeviceNotice
source · [−]Expand description
Device Notice
Fields
device_notice: u8
Device Notice Type
device_info: [u8; 6]
Notice Information
Trait Implementations
sourceimpl Clone for DeviceNotice
impl Clone for DeviceNotice
sourcefn clone(&self) -> DeviceNotice
fn clone(&self) -> DeviceNotice
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for DeviceNotice
impl Debug for DeviceNotice
impl Copy for DeviceNotice
Auto Trait Implementations
impl RefUnwindSafe for DeviceNotice
impl Send for DeviceNotice
impl Sync for DeviceNotice
impl Unpin for DeviceNotice
impl UnwindSafe for DeviceNotice
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more