pub struct GlTextureOffset2D {
pub x: i32,
pub y: i32,
}Fields§
§x: i32§y: i32Implementations§
Trait Implementations§
Source§impl Clone for GlTextureOffset2D
impl Clone for GlTextureOffset2D
Source§fn clone(&self) -> GlTextureOffset2D
fn clone(&self) -> GlTextureOffset2D
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 GlTextureOffset2D
impl Debug for GlTextureOffset2D
Source§impl PartialEq for GlTextureOffset2D
impl PartialEq for GlTextureOffset2D
Source§fn eq(&self, other: &GlTextureOffset2D) -> bool
fn eq(&self, other: &GlTextureOffset2D) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for GlTextureOffset2D
impl Eq for GlTextureOffset2D
impl StructuralPartialEq for GlTextureOffset2D
Auto Trait Implementations§
impl Freeze for GlTextureOffset2D
impl RefUnwindSafe for GlTextureOffset2D
impl Send for GlTextureOffset2D
impl Sync for GlTextureOffset2D
impl Unpin for GlTextureOffset2D
impl UnsafeUnpin for GlTextureOffset2D
impl UnwindSafe for GlTextureOffset2D
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