#[repr(C)]pub struct vdef_rect {
pub left: c_int,
pub top: c_int,
pub width: c_uint,
pub height: c_uint,
}Fields§
§left: c_int§top: c_int§width: c_uint§height: c_uintTrait Implementations§
Auto Trait Implementations§
impl Freeze for vdef_rect
impl RefUnwindSafe for vdef_rect
impl Send for vdef_rect
impl Sync for vdef_rect
impl Unpin for vdef_rect
impl UnwindSafe for vdef_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