#[repr(C)]pub struct ifdevmtu {
pub ifdm_current: i32,
pub ifdm_min: i32,
pub ifdm_max: i32,
}
Fields§
§ifdm_current: i32
§ifdm_min: i32
§ifdm_max: i32
Trait Implementations§
source§impl PartialEq for ifdevmtu
impl PartialEq for ifdevmtu
impl Copy for ifdevmtu
impl Eq for ifdevmtu
Auto Trait Implementations§
impl Freeze for ifdevmtu
impl RefUnwindSafe for ifdevmtu
impl Send for ifdevmtu
impl Sync for ifdevmtu
impl Unpin for ifdevmtu
impl UnwindSafe for ifdevmtu
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.