pub enum GlPixelStoreAlignment {
One,
Two,
Four,
Eight,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for GlPixelStoreAlignment
impl Clone for GlPixelStoreAlignment
Source§fn clone(&self) -> GlPixelStoreAlignment
fn clone(&self) -> GlPixelStoreAlignment
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 moreSource§impl Debug for GlPixelStoreAlignment
impl Debug for GlPixelStoreAlignment
Source§impl PartialEq for GlPixelStoreAlignment
impl PartialEq for GlPixelStoreAlignment
Source§fn eq(&self, other: &GlPixelStoreAlignment) -> bool
fn eq(&self, other: &GlPixelStoreAlignment) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for GlPixelStoreAlignment
impl Eq for GlPixelStoreAlignment
impl StructuralPartialEq for GlPixelStoreAlignment
Auto Trait Implementations§
impl Freeze for GlPixelStoreAlignment
impl RefUnwindSafe for GlPixelStoreAlignment
impl Send for GlPixelStoreAlignment
impl Sync for GlPixelStoreAlignment
impl Unpin for GlPixelStoreAlignment
impl UnsafeUnpin for GlPixelStoreAlignment
impl UnwindSafe for GlPixelStoreAlignment
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