#[repr(u8)]pub enum AMFVersion {
AMF0 = 0,
AMF3 = 3,
}Expand description
The version of AMF being used
Variants§
Trait Implementations§
Source§impl Clone for AMFVersion
impl Clone for AMFVersion
Source§fn clone(&self) -> AMFVersion
fn clone(&self) -> AMFVersion
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 moreimpl Copy for AMFVersion
Source§impl Debug for AMFVersion
impl Debug for AMFVersion
Source§impl Display for AMFVersion
impl Display for AMFVersion
impl Eq for AMFVersion
Source§impl PartialEq for AMFVersion
impl PartialEq for AMFVersion
impl StructuralPartialEq for AMFVersion
Auto Trait Implementations§
impl Freeze for AMFVersion
impl RefUnwindSafe for AMFVersion
impl Send for AMFVersion
impl Sync for AMFVersion
impl Unpin for AMFVersion
impl UnsafeUnpin for AMFVersion
impl UnwindSafe for AMFVersion
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