Struct below_dump::iface::Iface
source · [−]pub struct Iface { /* private fields */ }Implementations
sourceimpl Iface
impl Iface
pub fn new(
opts: &GeneralOpt,
select: Option<SingleNetModelFieldId>,
fields: Vec<IfaceField>
) -> Self
Trait Implementations
sourceimpl Dumper for Iface
impl Dumper for Iface
fn dump_model(
&self,
ctx: &CommonFieldContext,
model: &Model,
output: &mut dyn Write,
round: &mut usize,
comma_flag: bool
) -> Result<IterExecResult>
Auto Trait Implementations
impl RefUnwindSafe for Iface
impl Send for Iface
impl Sync for Iface
impl Unpin for Iface
impl UnwindSafe for Iface
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more