Struct linux_raw_sys::netlink::ifla_vxlan_port_range
source · #[repr(C)]pub struct ifla_vxlan_port_range {
pub low: __be16,
pub high: __be16,
}
Fields§
§low: __be16
§high: __be16
Trait Implementations§
source§impl Clone for ifla_vxlan_port_range
impl Clone for ifla_vxlan_port_range
source§fn clone(&self) -> ifla_vxlan_port_range
fn clone(&self) -> ifla_vxlan_port_range
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_vxlan_port_range
impl Debug for ifla_vxlan_port_range
impl Copy for ifla_vxlan_port_range
Auto Trait Implementations§
impl Freeze for ifla_vxlan_port_range
impl RefUnwindSafe for ifla_vxlan_port_range
impl Send for ifla_vxlan_port_range
impl Sync for ifla_vxlan_port_range
impl Unpin for ifla_vxlan_port_range
impl UnwindSafe for ifla_vxlan_port_range
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)