Struct banjo_fuchsia_wlan_common::DataPlaneType
source · #[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<DataPlaneType> for DataPlaneType
impl BitAnd<DataPlaneType> for DataPlaneType
source§impl BitAndAssign<DataPlaneType> for DataPlaneType
impl BitAndAssign<DataPlaneType> for DataPlaneType
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOr<DataPlaneType> for DataPlaneType
impl BitOr<DataPlaneType> for DataPlaneType
source§impl BitOrAssign<DataPlaneType> for DataPlaneType
impl BitOrAssign<DataPlaneType> for DataPlaneType
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXor<DataPlaneType> for DataPlaneType
impl BitXor<DataPlaneType> for DataPlaneType
source§impl BitXorAssign<DataPlaneType> for DataPlaneType
impl BitXorAssign<DataPlaneType> 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<DataPlaneType> for DataPlaneType
impl PartialEq<DataPlaneType> for DataPlaneType
source§fn eq(&self, other: &DataPlaneType) -> bool
fn eq(&self, other: &DataPlaneType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.