pub struct InterfaceIfacSnapshot<Label> {
pub signature: [u8; 64],
pub size: IfacSize,
pub network_name: Option<Label>,
}Fields§
§signature: [u8; 64]§size: IfacSize§network_name: Option<Label>Trait Implementations§
Source§impl<Label: Clone> Clone for InterfaceIfacSnapshot<Label>
impl<Label: Clone> Clone for InterfaceIfacSnapshot<Label>
Source§fn clone(&self) -> InterfaceIfacSnapshot<Label>
fn clone(&self) -> InterfaceIfacSnapshot<Label>
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<Label: Debug> Debug for InterfaceIfacSnapshot<Label>
impl<Label: Debug> Debug for InterfaceIfacSnapshot<Label>
impl<Label: Eq> Eq for InterfaceIfacSnapshot<Label>
Source§impl<Label: PartialEq> PartialEq for InterfaceIfacSnapshot<Label>
impl<Label: PartialEq> PartialEq for InterfaceIfacSnapshot<Label>
impl<Label: PartialEq> StructuralPartialEq for InterfaceIfacSnapshot<Label>
Auto Trait Implementations§
impl<Label> Freeze for InterfaceIfacSnapshot<Label>where
Label: Freeze,
impl<Label> RefUnwindSafe for InterfaceIfacSnapshot<Label>where
Label: RefUnwindSafe,
impl<Label> Send for InterfaceIfacSnapshot<Label>where
Label: Send,
impl<Label> Sync for InterfaceIfacSnapshot<Label>where
Label: Sync,
impl<Label> Unpin for InterfaceIfacSnapshot<Label>where
Label: Unpin,
impl<Label> UnsafeUnpin for InterfaceIfacSnapshot<Label>where
Label: UnsafeUnpin,
impl<Label> UnwindSafe for InterfaceIfacSnapshot<Label>where
Label: UnwindSafe,
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