#[repr(u32)]pub enum RTCBuildQuality {
LOW = 0,
MEDIUM = 1,
HIGH = 2,
REFIT = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for RTCBuildQuality
impl Clone for RTCBuildQuality
Source§fn clone(&self) -> RTCBuildQuality
fn clone(&self) -> RTCBuildQuality
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 RTCBuildQuality
impl Debug for RTCBuildQuality
Source§impl Hash for RTCBuildQuality
impl Hash for RTCBuildQuality
Source§impl PartialEq for RTCBuildQuality
impl PartialEq for RTCBuildQuality
impl Copy for RTCBuildQuality
impl Eq for RTCBuildQuality
impl StructuralPartialEq for RTCBuildQuality
Auto Trait Implementations§
impl Freeze for RTCBuildQuality
impl RefUnwindSafe for RTCBuildQuality
impl Send for RTCBuildQuality
impl Sync for RTCBuildQuality
impl Unpin for RTCBuildQuality
impl UnwindSafe for RTCBuildQuality
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