pub struct RnsRemoteInterfaceStatsReport {
pub status: RnsInterfaceStatsReport,
pub link_count: Option<u64>,
}Fields§
§status: RnsInterfaceStatsReport§link_count: Option<u64>Implementations§
Source§impl RnsRemoteInterfaceStatsReport
impl RnsRemoteInterfaceStatsReport
pub fn decode_message_pack( bytes: &[u8], ) -> Result<RnsRemoteInterfaceStatsReport, RnsInterfaceStatsDecodeError>
Trait Implementations§
Source§impl Clone for RnsRemoteInterfaceStatsReport
impl Clone for RnsRemoteInterfaceStatsReport
Source§fn clone(&self) -> RnsRemoteInterfaceStatsReport
fn clone(&self) -> RnsRemoteInterfaceStatsReport
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 StructuralPartialEq for RnsRemoteInterfaceStatsReport
Auto Trait Implementations§
impl Freeze for RnsRemoteInterfaceStatsReport
impl RefUnwindSafe for RnsRemoteInterfaceStatsReport
impl Send for RnsRemoteInterfaceStatsReport
impl Sync for RnsRemoteInterfaceStatsReport
impl Unpin for RnsRemoteInterfaceStatsReport
impl UnsafeUnpin for RnsRemoteInterfaceStatsReport
impl UnwindSafe for RnsRemoteInterfaceStatsReport
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