pub struct InputLinkBlock {
pub inputs: Vec<InputLinkStats>,
/* private fields */
}Expand description
InputLink block (Block ID 4090)
Fields§
§inputs: Vec<InputLinkStats>Input link statistics
Implementations§
Trait Implementations§
Source§impl Clone for InputLinkBlock
impl Clone for InputLinkBlock
Source§fn clone(&self) -> InputLinkBlock
fn clone(&self) -> InputLinkBlock
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 InputLinkBlock
impl Debug for InputLinkBlock
Auto Trait Implementations§
impl Freeze for InputLinkBlock
impl RefUnwindSafe for InputLinkBlock
impl Send for InputLinkBlock
impl Sync for InputLinkBlock
impl Unpin for InputLinkBlock
impl UnsafeUnpin for InputLinkBlock
impl UnwindSafe for InputLinkBlock
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