pub enum GamingDevices {
Xbox,
Xbox360,
Playstation,
GameConsole,
PortableGamingDevice,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GamingDevices
impl RefUnwindSafe for GamingDevices
impl Send for GamingDevices
impl Sync for GamingDevices
impl Unpin for GamingDevices
impl UnwindSafe for GamingDevices
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