pub struct NegiconModuleEventShortMessage {
pub sequence: u8,
pub sub_id: u8,
pub value: u16,
}Fields§
§sequence: u8§sub_id: u8§value: u16Implementations§
Trait Implementations§
Source§impl Clone for NegiconModuleEventShortMessage
impl Clone for NegiconModuleEventShortMessage
Source§fn clone(&self) -> NegiconModuleEventShortMessage
fn clone(&self) -> NegiconModuleEventShortMessage
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 PartialEq for NegiconModuleEventShortMessage
impl PartialEq for NegiconModuleEventShortMessage
Source§fn eq(&self, other: &NegiconModuleEventShortMessage) -> bool
fn eq(&self, other: &NegiconModuleEventShortMessage) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for NegiconModuleEventShortMessage
impl StructuralPartialEq for NegiconModuleEventShortMessage
Auto Trait Implementations§
impl Freeze for NegiconModuleEventShortMessage
impl RefUnwindSafe for NegiconModuleEventShortMessage
impl Send for NegiconModuleEventShortMessage
impl Sync for NegiconModuleEventShortMessage
impl Unpin for NegiconModuleEventShortMessage
impl UnwindSafe for NegiconModuleEventShortMessage
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