Struct tinkerforge::master_brick::SpitfpErrorCount  
source · [−]pub struct SpitfpErrorCount {
    pub error_count_ack_checksum: u32,
    pub error_count_message_checksum: u32,
    pub error_count_frame: u32,
    pub error_count_overflow: u32,
}Fields
error_count_ack_checksum: u32error_count_message_checksum: u32error_count_frame: u32error_count_overflow: u32Trait Implementations
sourceimpl Clone for SpitfpErrorCount
 
impl Clone for SpitfpErrorCount
sourcefn clone(&self) -> SpitfpErrorCount
 
fn clone(&self) -> SpitfpErrorCount
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 SpitfpErrorCount
 
impl Debug for SpitfpErrorCount
sourceimpl Default for SpitfpErrorCount
 
impl Default for SpitfpErrorCount
sourcefn default() -> SpitfpErrorCount
 
fn default() -> SpitfpErrorCount
Returns the “default value” for a type. Read more
sourceimpl FromByteSlice for SpitfpErrorCount
 
impl FromByteSlice for SpitfpErrorCount
sourcefn 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.
sourcefn from_le_byte_slice(bytes: &[u8]) -> SpitfpErrorCount
 
fn from_le_byte_slice(bytes: &[u8]) -> SpitfpErrorCount
Deserialize the implementing type from a byte slice.
sourceimpl Hash for SpitfpErrorCount
 
impl Hash for SpitfpErrorCount
sourceimpl PartialEq<SpitfpErrorCount> for SpitfpErrorCount
 
impl PartialEq<SpitfpErrorCount> for SpitfpErrorCount
sourcefn eq(&self, other: &SpitfpErrorCount) -> bool
 
fn eq(&self, other: &SpitfpErrorCount) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &SpitfpErrorCount) -> bool
 
fn ne(&self, other: &SpitfpErrorCount) -> bool
This method tests for !=.
impl Copy for SpitfpErrorCount
impl Eq for SpitfpErrorCount
impl StructuralEq for SpitfpErrorCount
impl StructuralPartialEq for SpitfpErrorCount
Auto Trait Implementations
impl RefUnwindSafe for SpitfpErrorCount
impl Send for SpitfpErrorCount
impl Sync for SpitfpErrorCount
impl Unpin for SpitfpErrorCount
impl UnwindSafe for SpitfpErrorCount
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
sourceimpl<T> ToOwned for T where
    T: Clone, 
 
impl<T> ToOwned for T where
    T: Clone, 
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
 
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more
