pub struct AllValueEvent {
pub changed: [bool; 4],
pub value: [bool; 4],
}
Fields§
§changed: [bool; 4]
§value: [bool; 4]
Trait Implementations§
Source§impl Clone for AllValueEvent
impl Clone for AllValueEvent
Source§fn clone(&self) -> AllValueEvent
fn clone(&self) -> AllValueEvent
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 moreSource§impl Debug for AllValueEvent
impl Debug for AllValueEvent
Source§impl Default for AllValueEvent
impl Default for AllValueEvent
Source§fn default() -> AllValueEvent
fn default() -> AllValueEvent
Returns the “default value” for a type. Read more
Source§impl FromByteSlice for AllValueEvent
impl FromByteSlice for AllValueEvent
Source§fn bytes_expected() -> usize
fn bytes_expected() -> usize
Returns how many bytes are expected to deserialize a instance of the implementing type. Currently this method is only used for strings.
Source§fn from_le_byte_slice(bytes: &[u8]) -> AllValueEvent
fn from_le_byte_slice(bytes: &[u8]) -> AllValueEvent
Deserialize the implementing type from a byte slice.
Source§impl Hash for AllValueEvent
impl Hash for AllValueEvent
Source§impl PartialEq for AllValueEvent
impl PartialEq for AllValueEvent
impl Copy for AllValueEvent
impl Eq for AllValueEvent
impl StructuralPartialEq for AllValueEvent
Auto Trait Implementations§
impl Freeze for AllValueEvent
impl RefUnwindSafe for AllValueEvent
impl Send for AllValueEvent
impl Sync for AllValueEvent
impl Unpin for AllValueEvent
impl UnwindSafe for AllValueEvent
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