#[repr(i32)]pub enum AudioBeamMode {
Automatic = 0,
Manual = 1,
}Variants§
Trait Implementations§
Source§impl Clone for AudioBeamMode
impl Clone for AudioBeamMode
Source§fn clone(&self) -> AudioBeamMode
fn clone(&self) -> AudioBeamMode
Returns a duplicate 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 AudioBeamMode
impl Debug for AudioBeamMode
Source§impl Hash for AudioBeamMode
impl Hash for AudioBeamMode
Source§impl PartialEq for AudioBeamMode
impl PartialEq for AudioBeamMode
impl Eq for AudioBeamMode
impl StructuralPartialEq for AudioBeamMode
Auto Trait Implementations§
impl Freeze for AudioBeamMode
impl RefUnwindSafe for AudioBeamMode
impl Send for AudioBeamMode
impl Sync for AudioBeamMode
impl Unpin for AudioBeamMode
impl UnwindSafe for AudioBeamMode
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