#[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_
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