Struct rustix::backend::c::ifla_port_vsi
source · #[repr(C)]pub(crate) struct ifla_port_vsi {
pub vsi_mgr_id: u8,
pub vsi_type_id: [u8; 3],
pub vsi_type_version: u8,
pub pad: [u8; 3],
}
Fields§
§vsi_mgr_id: u8
§vsi_type_id: [u8; 3]
§vsi_type_version: u8
§pad: [u8; 3]
Trait Implementations§
source§impl Clone for ifla_port_vsi
impl Clone for ifla_port_vsi
source§fn clone(&self) -> ifla_port_vsi
fn clone(&self) -> ifla_port_vsi
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 ifla_port_vsi
impl Debug for ifla_port_vsi
impl Copy for ifla_port_vsi
Auto Trait Implementations§
impl Freeze for ifla_port_vsi
impl RefUnwindSafe for ifla_port_vsi
impl Send for ifla_port_vsi
impl Sync for ifla_port_vsi
impl Unpin for ifla_port_vsi
impl UnwindSafe for ifla_port_vsi
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