pub struct ApplyPortsSummary {
pub applied: usize,
pub reset: usize,
}Expand description
Counts of operations performed by Controller::apply_device_ports.
Fields§
§applied: usizePorts that had an override applied or refreshed.
reset: usizePorts whose override entry was removed (reset: true).
Trait Implementations§
Source§impl Clone for ApplyPortsSummary
impl Clone for ApplyPortsSummary
Source§fn clone(&self) -> ApplyPortsSummary
fn clone(&self) -> ApplyPortsSummary
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 Debug for ApplyPortsSummary
impl Debug for ApplyPortsSummary
Source§impl Default for ApplyPortsSummary
impl Default for ApplyPortsSummary
Source§fn default() -> ApplyPortsSummary
fn default() -> ApplyPortsSummary
Returns the “default value” for a type. Read more
impl Copy for ApplyPortsSummary
Auto Trait Implementations§
impl Freeze for ApplyPortsSummary
impl RefUnwindSafe for ApplyPortsSummary
impl Send for ApplyPortsSummary
impl Sync for ApplyPortsSummary
impl Unpin for ApplyPortsSummary
impl UnsafeUnpin for ApplyPortsSummary
impl UnwindSafe for ApplyPortsSummary
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