#[repr(i32)]pub enum ECodecUsagePlatform {
Unknown = 0,
Windows = 1,
MacOS = 2,
Linux = 3,
SteamDeck = 4,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ECodecUsagePlatform
impl Clone for ECodecUsagePlatform
Source§fn clone(&self) -> ECodecUsagePlatform
fn clone(&self) -> ECodecUsagePlatform
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 ECodecUsagePlatform
impl Debug for ECodecUsagePlatform
Source§impl Hash for ECodecUsagePlatform
impl Hash for ECodecUsagePlatform
Source§impl PartialEq for ECodecUsagePlatform
impl PartialEq for ECodecUsagePlatform
impl Copy for ECodecUsagePlatform
impl Eq for ECodecUsagePlatform
impl StructuralPartialEq for ECodecUsagePlatform
Auto Trait Implementations§
impl Freeze for ECodecUsagePlatform
impl RefUnwindSafe for ECodecUsagePlatform
impl Send for ECodecUsagePlatform
impl Sync for ECodecUsagePlatform
impl Unpin for ECodecUsagePlatform
impl UnsafeUnpin for ECodecUsagePlatform
impl UnwindSafe for ECodecUsagePlatform
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