pub enum PresentMode {
Undefined,
Fifo,
FifoRelaxed,
Immediate,
Mailbox,
}Variants§
Trait Implementations§
Source§impl Clone for PresentMode
impl Clone for PresentMode
Source§fn clone(&self) -> PresentMode
fn clone(&self) -> PresentMode
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 PresentMode
impl Debug for PresentMode
Source§impl From<PresentMode> for c_uint
impl From<PresentMode> for c_uint
Source§fn from(value: PresentMode) -> Self
fn from(value: PresentMode) -> Self
Converts to this type from the input type.
Source§impl From<u32> for PresentMode
impl From<u32> for PresentMode
Source§impl Hash for PresentMode
impl Hash for PresentMode
Source§impl PartialEq for PresentMode
impl PartialEq for PresentMode
impl Copy for PresentMode
impl Eq for PresentMode
impl StructuralPartialEq for PresentMode
Auto Trait Implementations§
impl Freeze for PresentMode
impl RefUnwindSafe for PresentMode
impl Send for PresentMode
impl Sync for PresentMode
impl Unpin for PresentMode
impl UnsafeUnpin for PresentMode
impl UnwindSafe for PresentMode
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