pub struct RnsInterfaceStatsEntry { /* private fields */ }Implementations§
Source§impl RnsInterfaceStatsEntry
impl RnsInterfaceStatsEntry
pub fn new( name: Option<String>, snapshot: InterfaceSnapshot, access_code: Option<RnsInterfaceAccessCode>, ) -> RnsInterfaceStatsEntry
Trait Implementations§
Source§impl Clone for RnsInterfaceStatsEntry
impl Clone for RnsInterfaceStatsEntry
Source§fn clone(&self) -> RnsInterfaceStatsEntry
fn clone(&self) -> RnsInterfaceStatsEntry
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 moreSource§impl Debug for RnsInterfaceStatsEntry
impl Debug for RnsInterfaceStatsEntry
impl Eq for RnsInterfaceStatsEntry
Source§impl PartialEq for RnsInterfaceStatsEntry
impl PartialEq for RnsInterfaceStatsEntry
impl StructuralPartialEq for RnsInterfaceStatsEntry
Auto Trait Implementations§
impl Freeze for RnsInterfaceStatsEntry
impl RefUnwindSafe for RnsInterfaceStatsEntry
impl Send for RnsInterfaceStatsEntry
impl Sync for RnsInterfaceStatsEntry
impl Unpin for RnsInterfaceStatsEntry
impl UnsafeUnpin for RnsInterfaceStatsEntry
impl UnwindSafe for RnsInterfaceStatsEntry
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