pub enum DiagnosticsVideoLayoutRole {
Pinned,
Featured,
ReadableDetail,
ActiveSpeaker,
VisibleThumbnail,
Hidden,
Overflow,
}Variants§
Trait Implementations§
Source§impl Clone for DiagnosticsVideoLayoutRole
impl Clone for DiagnosticsVideoLayoutRole
Source§fn clone(&self) -> DiagnosticsVideoLayoutRole
fn clone(&self) -> DiagnosticsVideoLayoutRole
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 DiagnosticsVideoLayoutRole
impl Debug for DiagnosticsVideoLayoutRole
Source§impl<'de> Deserialize<'de> for DiagnosticsVideoLayoutRole
impl<'de> Deserialize<'de> for DiagnosticsVideoLayoutRole
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for DiagnosticsVideoLayoutRole
impl Eq for DiagnosticsVideoLayoutRole
impl StructuralPartialEq for DiagnosticsVideoLayoutRole
Auto Trait Implementations§
impl Freeze for DiagnosticsVideoLayoutRole
impl RefUnwindSafe for DiagnosticsVideoLayoutRole
impl Send for DiagnosticsVideoLayoutRole
impl Sync for DiagnosticsVideoLayoutRole
impl Unpin for DiagnosticsVideoLayoutRole
impl UnsafeUnpin for DiagnosticsVideoLayoutRole
impl UnwindSafe for DiagnosticsVideoLayoutRole
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