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