pub enum AvcResponseType {
NotImplemented = 8,
Accepted = 9,
Rejected = 10,
InTransition = 11,
ImplementedStable = 12,
Changed = 13,
Interim = 15,
}
Expand description
AV/C Command and Response types. See AV/C General Specification Section 5.3.1 and 5.3.2
Variants§
NotImplemented = 8
Accepted = 9
Rejected = 10
InTransition = 11
ImplementedStable = 12
Changed = 13
Interim = 15
Implementations§
Trait Implementations§
Source§impl Clone for ResponseType
impl Clone for ResponseType
Source§fn clone(&self) -> ResponseType
fn clone(&self) -> ResponseType
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 ResponseType
impl Debug for ResponseType
Source§impl From<&ResponseType> for u8
impl From<&ResponseType> for u8
Source§fn from(v: &ResponseType) -> u8
fn from(v: &ResponseType) -> u8
Converts to this type from the input type.
Source§impl Hash for ResponseType
impl Hash for ResponseType
Source§impl PartialEq for ResponseType
impl PartialEq for ResponseType
Source§impl TryFrom<u8> for ResponseType
impl TryFrom<u8> for ResponseType
impl Copy for ResponseType
impl Eq for ResponseType
impl StructuralPartialEq for ResponseType
Auto Trait Implementations§
impl Freeze for ResponseType
impl RefUnwindSafe for ResponseType
impl Send for ResponseType
impl Sync for ResponseType
impl Unpin for ResponseType
impl UnwindSafe for ResponseType
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
)