Struct classicube_sys::TextureRec_
source · #[repr(C)]pub struct TextureRec_ {
pub U1: f32,
pub V1: f32,
pub U2: f32,
pub V2: f32,
}Fields§
§U1: f32§V1: f32§U2: f32§V2: f32Trait Implementations§
source§impl Clone for TextureRec_
impl Clone for TextureRec_
source§fn clone(&self) -> TextureRec_
fn clone(&self) -> TextureRec_
Returns a copy 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 TextureRec_
impl Debug for TextureRec_
source§impl PartialEq for TextureRec_
impl PartialEq for TextureRec_
source§fn eq(&self, other: &TextureRec_) -> bool
fn eq(&self, other: &TextureRec_) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for TextureRec_
impl StructuralPartialEq for TextureRec_
Auto Trait Implementations§
impl RefUnwindSafe for TextureRec_
impl Send for TextureRec_
impl Sync for TextureRec_
impl Unpin for TextureRec_
impl UnwindSafe for TextureRec_
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