#[repr(C)]pub struct DataPlaneType(pub u8);
Tuple Fields§
§0: u8
Implementations§
Source§impl DataPlaneType
impl DataPlaneType
pub const ETHERNET_DEVICE: Self = _
pub const GENERIC_NETWORK_DEVICE: Self = _
Trait Implementations§
Source§impl BitAnd for DataPlaneType
impl BitAnd for DataPlaneType
Source§impl BitAndAssign for DataPlaneType
impl BitAndAssign for DataPlaneType
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOr for DataPlaneType
impl BitOr for DataPlaneType
Source§impl BitOrAssign for DataPlaneType
impl BitOrAssign for DataPlaneType
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl BitXor for DataPlaneType
impl BitXor for DataPlaneType
Source§impl BitXorAssign for DataPlaneType
impl BitXorAssign for DataPlaneType
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moreSource§impl Clone for DataPlaneType
impl Clone for DataPlaneType
Source§fn clone(&self) -> DataPlaneType
fn clone(&self) -> DataPlaneType
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 DataPlaneType
impl Debug for DataPlaneType
Source§impl PartialEq for DataPlaneType
impl PartialEq for DataPlaneType
impl Copy for DataPlaneType
impl Eq for DataPlaneType
impl StructuralPartialEq for DataPlaneType
Auto Trait Implementations§
impl Freeze for DataPlaneType
impl RefUnwindSafe for DataPlaneType
impl Send for DataPlaneType
impl Sync for DataPlaneType
impl Unpin for DataPlaneType
impl UnwindSafe for DataPlaneType
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
)