pub enum SurfaceFamily {
Web,
Mobile,
Desktop,
}Variants§
Trait Implementations§
Source§impl Clone for SurfaceFamily
impl Clone for SurfaceFamily
Source§fn clone(&self) -> SurfaceFamily
fn clone(&self) -> SurfaceFamily
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SurfaceFamily
Source§impl Debug for SurfaceFamily
impl Debug for SurfaceFamily
impl Eq for SurfaceFamily
Source§impl PartialEq for SurfaceFamily
impl PartialEq for SurfaceFamily
impl StructuralPartialEq for SurfaceFamily
Auto Trait Implementations§
impl Freeze for SurfaceFamily
impl RefUnwindSafe for SurfaceFamily
impl Send for SurfaceFamily
impl Sync for SurfaceFamily
impl Unpin for SurfaceFamily
impl UnsafeUnpin for SurfaceFamily
impl UnwindSafe for SurfaceFamily
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