pub enum MiracastChannel {
Show 21 variants
OneHundredSixtyFive,
OneHundredSixtyOne,
OneHundredFiftySeven,
OneHundredFiftyThree,
OneHundredFortyNine,
FortyEight,
FortyFour,
Forty,
ThirtySix,
Eleven,
Ten,
Nine,
Eight,
Seven,
Six,
Five,
Four,
Three,
Two,
One,
UserDefined,
}
Variants§
OneHundredSixtyFive
OneHundredSixtyOne
OneHundredFiftySeven
OneHundredFiftyThree
OneHundredFortyNine
FortyEight
FortyFour
Forty
ThirtySix
Eleven
Ten
Nine
Eight
Seven
Six
Five
Four
Three
Two
One
UserDefined
Trait Implementations§
Source§impl Clone for MiracastChannel
impl Clone for MiracastChannel
Source§fn clone(&self) -> MiracastChannel
fn clone(&self) -> MiracastChannel
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 MiracastChannel
impl Debug for MiracastChannel
Source§impl<'de> Deserialize<'de> for MiracastChannel
impl<'de> Deserialize<'de> for MiracastChannel
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
Source§impl Hash for MiracastChannel
impl Hash for MiracastChannel
Source§impl Ord for MiracastChannel
impl Ord for MiracastChannel
Source§fn cmp(&self, other: &MiracastChannel) -> Ordering
fn cmp(&self, other: &MiracastChannel) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MiracastChannel
impl PartialEq for MiracastChannel
Source§impl PartialOrd for MiracastChannel
impl PartialOrd for MiracastChannel
Source§impl Serialize for MiracastChannel
impl Serialize for MiracastChannel
impl Eq for MiracastChannel
impl StructuralPartialEq for MiracastChannel
Auto Trait Implementations§
impl Freeze for MiracastChannel
impl RefUnwindSafe for MiracastChannel
impl Send for MiracastChannel
impl Sync for MiracastChannel
impl Unpin for MiracastChannel
impl UnwindSafe for MiracastChannel
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