#[repr(C)]pub struct ImTextureRect {
pub x: c_ushort,
pub y: c_ushort,
pub w: c_ushort,
pub h: c_ushort,
}Fields§
§x: c_ushort§y: c_ushort§w: c_ushort§h: c_ushortTrait Implementations§
Source§impl Clone for ImTextureRect
impl Clone for ImTextureRect
Source§fn clone(&self) -> ImTextureRect
fn clone(&self) -> ImTextureRect
Returns a duplicate 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 ImTextureRect
impl Debug for ImTextureRect
impl Copy for ImTextureRect
Auto Trait Implementations§
impl Freeze for ImTextureRect
impl RefUnwindSafe for ImTextureRect
impl Send for ImTextureRect
impl Sync for ImTextureRect
impl Unpin for ImTextureRect
impl UnwindSafe for ImTextureRect
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