#[repr(C)]pub struct Recti {
pub x: i16,
pub y: i16,
pub w: i16,
pub h: i16,
}
Fields§
§x: i16
§y: i16
§w: i16
§h: i16
Trait Implementations§
impl Copy for nk_recti
Auto Trait Implementations§
impl Freeze for nk_recti
impl RefUnwindSafe for nk_recti
impl Send for nk_recti
impl Sync for nk_recti
impl Unpin for nk_recti
impl UnwindSafe for nk_recti
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