pub struct InterfaceKindCounts { /* private fields */ }Implementations§
Source§impl InterfaceKindCounts
impl InterfaceKindCounts
pub const fn get(&self, kind: InterfaceKind) -> u64
pub const fn unknown(&self) -> u64
pub fn iter(&self) -> impl ExactSizeIterator
Trait Implementations§
Source§impl Clone for InterfaceKindCounts
impl Clone for InterfaceKindCounts
Source§fn clone(&self) -> InterfaceKindCounts
fn clone(&self) -> InterfaceKindCounts
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for InterfaceKindCounts
Source§impl Debug for InterfaceKindCounts
impl Debug for InterfaceKindCounts
Source§impl Default for InterfaceKindCounts
impl Default for InterfaceKindCounts
Source§fn default() -> InterfaceKindCounts
fn default() -> InterfaceKindCounts
Returns the “default value” for a type. Read more
impl Eq for InterfaceKindCounts
Source§impl PartialEq for InterfaceKindCounts
impl PartialEq for InterfaceKindCounts
impl StructuralPartialEq for InterfaceKindCounts
Auto Trait Implementations§
impl Freeze for InterfaceKindCounts
impl RefUnwindSafe for InterfaceKindCounts
impl Send for InterfaceKindCounts
impl Sync for InterfaceKindCounts
impl Unpin for InterfaceKindCounts
impl UnsafeUnpin for InterfaceKindCounts
impl UnwindSafe for InterfaceKindCounts
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