#[repr(u8)]pub enum BweType {
TransportCc = 0,
Remb = 1,
}
Expand description
The enum BweType
in the namespace FBS.Transport
Generated from these locations:
- Enum
BweType
in the filefbs/transport.fbs:232
Variants§
TransportCc = 0
The variant TRANSPORT_CC
in the enum BweType
Remb = 1
The variant REMB
in the enum BweType
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for BweType
impl<'de> Deserialize<'de> for BweType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for BweType
impl Ord for BweType
Source§impl PartialOrd for BweType
impl PartialOrd for BweType
Source§impl TryFrom<u8> for BweType
impl TryFrom<u8> for BweType
Source§type Error = UnknownEnumTagKind
type Error = UnknownEnumTagKind
The type returned in the event of a conversion error.
impl Copy for BweType
impl Eq for BweType
impl StructuralPartialEq for BweType
impl VectorWrite<BweType> for BweType
impl WriteAs<BweType> for BweType
impl WriteAsDefault<BweType, BweType> for BweType
impl WriteAsOptional<BweType> for BweType
Auto Trait Implementations§
impl Freeze for BweType
impl RefUnwindSafe for BweType
impl Send for BweType
impl Sync for BweType
impl Unpin for BweType
impl UnwindSafe for BweType
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