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: f32
Trait 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 Freeze for TextureRec_
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)