#[repr(u8)]pub enum DdpProtocolType {
RtmpResponse = 1,
Nbp = 2,
Atp = 3,
Aep = 4,
RtmpRequest = 5,
Zip = 6,
Adsp = 7,
}Variants§
Trait Implementations§
Source§impl Clone for DdpProtocolType
impl Clone for DdpProtocolType
Source§fn clone(&self) -> DdpProtocolType
fn clone(&self) -> DdpProtocolType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DdpProtocolType
impl Debug for DdpProtocolType
Source§impl PartialEq for DdpProtocolType
impl PartialEq for DdpProtocolType
Source§fn eq(&self, other: &DdpProtocolType) -> bool
fn eq(&self, other: &DdpProtocolType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<u8> for DdpProtocolType
impl TryFrom<u8> for DdpProtocolType
impl Copy for DdpProtocolType
impl Eq for DdpProtocolType
impl StructuralPartialEq for DdpProtocolType
Auto Trait Implementations§
impl Freeze for DdpProtocolType
impl RefUnwindSafe for DdpProtocolType
impl Send for DdpProtocolType
impl Sync for DdpProtocolType
impl Unpin for DdpProtocolType
impl UnsafeUnpin for DdpProtocolType
impl UnwindSafe for DdpProtocolType
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