#[repr(C)]pub struct nk_recti {
pub x: c_short,
pub y: c_short,
pub w: c_short,
pub h: c_short,
}Fields§
§x: c_short§y: c_short§w: c_short§h: c_shortTrait 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