pub enum A2dpDirection {
Normal,
Source,
Sink,
}
Variants§
Trait Implementations§
Source§impl From<A2dpDirection> for A2dpDirectionPriority
impl From<A2dpDirection> for A2dpDirectionPriority
Source§fn from(pri: A2dpDirection) -> Self
fn from(pri: A2dpDirection) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for A2dpDirection
impl RefUnwindSafe for A2dpDirection
impl Send for A2dpDirection
impl Sync for A2dpDirection
impl Unpin for A2dpDirection
impl UnwindSafe for A2dpDirection
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