pub struct OutputLinkBlock {
pub outputs: Vec<OutputLinkStats>,
/* private fields */
}Expand description
OutputLink block (Block ID 4091)
Fields§
§outputs: Vec<OutputLinkStats>Output link statistics
Implementations§
Trait Implementations§
Source§impl Clone for OutputLinkBlock
impl Clone for OutputLinkBlock
Source§fn clone(&self) -> OutputLinkBlock
fn clone(&self) -> OutputLinkBlock
Returns a duplicate 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 OutputLinkBlock
impl Debug for OutputLinkBlock
Auto Trait Implementations§
impl Freeze for OutputLinkBlock
impl RefUnwindSafe for OutputLinkBlock
impl Send for OutputLinkBlock
impl Sync for OutputLinkBlock
impl Unpin for OutputLinkBlock
impl UnsafeUnpin for OutputLinkBlock
impl UnwindSafe for OutputLinkBlock
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