pub struct EthtoolFeatureBit {
pub index: u32,
pub name: String,
pub value: bool,
}Fields§
§index: u32§name: String§value: boolTrait Implementations§
Source§impl Clone for EthtoolFeatureBit
impl Clone for EthtoolFeatureBit
Source§fn clone(&self) -> EthtoolFeatureBit
fn clone(&self) -> EthtoolFeatureBit
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 EthtoolFeatureBit
impl Debug for EthtoolFeatureBit
Source§impl PartialEq for EthtoolFeatureBit
impl PartialEq for EthtoolFeatureBit
impl Eq for EthtoolFeatureBit
impl StructuralPartialEq for EthtoolFeatureBit
Auto Trait Implementations§
impl Freeze for EthtoolFeatureBit
impl RefUnwindSafe for EthtoolFeatureBit
impl Send for EthtoolFeatureBit
impl Sync for EthtoolFeatureBit
impl Unpin for EthtoolFeatureBit
impl UnsafeUnpin for EthtoolFeatureBit
impl UnwindSafe for EthtoolFeatureBit
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