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