Struct firewire_dice_protocols::tcat::extension::caps_section::RouterCaps
source · pub struct RouterCaps {
pub is_exposed: bool,
pub is_readonly: bool,
pub is_storable: bool,
pub maximum_entry_count: u16,
}Expand description
Capability of router functionality.
Fields§
§is_exposed: boolWhether router configuration is exposed to owner software.
is_readonly: boolWhether router configuration is read only.
is_storable: boolWhether router configuration is storable in on-board flash memory.
maximum_entry_count: u16The maximum number of entry for router.
Trait Implementations§
source§impl Clone for RouterCaps
impl Clone for RouterCaps
source§fn clone(&self) -> RouterCaps
fn clone(&self) -> RouterCaps
Returns a copy 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 RouterCaps
impl Debug for RouterCaps
source§impl Default for RouterCaps
impl Default for RouterCaps
source§fn default() -> RouterCaps
fn default() -> RouterCaps
Returns the “default value” for a type. Read more
source§impl PartialEq for RouterCaps
impl PartialEq for RouterCaps
source§fn eq(&self, other: &RouterCaps) -> bool
fn eq(&self, other: &RouterCaps) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for RouterCaps
impl Eq for RouterCaps
impl StructuralEq for RouterCaps
impl StructuralPartialEq for RouterCaps
Auto Trait Implementations§
impl RefUnwindSafe for RouterCaps
impl Send for RouterCaps
impl Sync for RouterCaps
impl Unpin for RouterCaps
impl UnwindSafe for RouterCaps
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