#[repr(C)]pub struct ifdownreason {
pub ifdr_name: [c_char; 16],
pub ifdr_reason: u32,
pub ifdr_vendor: u32,
pub ifdr_msg: [c_char; 64],
}Fields§
§ifdr_name: [c_char; 16]§ifdr_reason: u32§ifdr_vendor: u32§ifdr_msg: [c_char; 64]Trait Implementations§
Source§impl Clone for ifdownreason
impl Clone for ifdownreason
Source§fn clone(&self) -> ifdownreason
fn clone(&self) -> ifdownreason
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 ifdownreason
impl Debug for ifdownreason
impl Copy for ifdownreason
Auto Trait Implementations§
impl Freeze for ifdownreason
impl RefUnwindSafe for ifdownreason
impl Send for ifdownreason
impl Sync for ifdownreason
impl Unpin for ifdownreason
impl UnwindSafe for ifdownreason
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