Struct rustix::backend::c::ifla_vlan_qos_mapping
source · #[repr(C)]pub(crate) struct ifla_vlan_qos_mapping {
pub from: u32,
pub to: u32,
}
Fields§
§from: u32
§to: u32
Trait Implementations§
source§impl Clone for ifla_vlan_qos_mapping
impl Clone for ifla_vlan_qos_mapping
source§fn clone(&self) -> ifla_vlan_qos_mapping
fn clone(&self) -> ifla_vlan_qos_mapping
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_vlan_qos_mapping
impl Debug for ifla_vlan_qos_mapping
impl Copy for ifla_vlan_qos_mapping
Auto Trait Implementations§
impl Freeze for ifla_vlan_qos_mapping
impl RefUnwindSafe for ifla_vlan_qos_mapping
impl Send for ifla_vlan_qos_mapping
impl Sync for ifla_vlan_qos_mapping
impl Unpin for ifla_vlan_qos_mapping
impl UnwindSafe for ifla_vlan_qos_mapping
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