#[repr(C)]pub struct IflaVxlanPortRange {
pub low: u16,
pub high: u16,
}
Fields§
§low: u16
§high: u16
Trait Implementations§
Source§impl Clone for IflaVxlanPortRange
impl Clone for IflaVxlanPortRange
Source§fn clone(&self) -> IflaVxlanPortRange
fn clone(&self) -> IflaVxlanPortRange
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 IflaVxlanPortRange
impl Debug for IflaVxlanPortRange
impl Copy for IflaVxlanPortRange
Auto Trait Implementations§
impl Freeze for IflaVxlanPortRange
impl RefUnwindSafe for IflaVxlanPortRange
impl Send for IflaVxlanPortRange
impl Sync for IflaVxlanPortRange
impl Unpin for IflaVxlanPortRange
impl UnwindSafe for IflaVxlanPortRange
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