pub enum PlatformSyncMode {
X11,
OpenGL,
Auto,
}Expand description
Modo de sincronización
Variants§
Trait Implementations§
Source§impl Clone for PlatformSyncMode
impl Clone for PlatformSyncMode
Source§fn clone(&self) -> PlatformSyncMode
fn clone(&self) -> PlatformSyncMode
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 PlatformSyncMode
impl Debug for PlatformSyncMode
Source§impl PartialEq for PlatformSyncMode
impl PartialEq for PlatformSyncMode
impl Copy for PlatformSyncMode
impl StructuralPartialEq for PlatformSyncMode
Auto Trait Implementations§
impl Freeze for PlatformSyncMode
impl RefUnwindSafe for PlatformSyncMode
impl Send for PlatformSyncMode
impl Sync for PlatformSyncMode
impl Unpin for PlatformSyncMode
impl UnsafeUnpin for PlatformSyncMode
impl UnwindSafe for PlatformSyncMode
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