pub struct PmCountEvent {
pub greater03um: u16,
pub greater05um: u16,
pub greater10um: u16,
pub greater25um: u16,
pub greater50um: u16,
pub greater100um: u16,
}
Fields§
§greater03um: u16
§greater05um: u16
§greater10um: u16
§greater25um: u16
§greater50um: u16
§greater100um: u16
Trait Implementations§
Source§impl Clone for PmCountEvent
impl Clone for PmCountEvent
Source§fn clone(&self) -> PmCountEvent
fn clone(&self) -> PmCountEvent
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 PmCountEvent
impl Debug for PmCountEvent
Source§impl Default for PmCountEvent
impl Default for PmCountEvent
Source§fn default() -> PmCountEvent
fn default() -> PmCountEvent
Returns the “default value” for a type. Read more
Source§impl FromByteSlice for PmCountEvent
impl FromByteSlice for PmCountEvent
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]) -> PmCountEvent
fn from_le_byte_slice(bytes: &[u8]) -> PmCountEvent
Deserialize the implementing type from a byte slice.
Source§impl Hash for PmCountEvent
impl Hash for PmCountEvent
Source§impl PartialEq for PmCountEvent
impl PartialEq for PmCountEvent
impl Copy for PmCountEvent
impl Eq for PmCountEvent
impl StructuralPartialEq for PmCountEvent
Auto Trait Implementations§
impl Freeze for PmCountEvent
impl RefUnwindSafe for PmCountEvent
impl Send for PmCountEvent
impl Sync for PmCountEvent
impl Unpin for PmCountEvent
impl UnwindSafe for PmCountEvent
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