#[repr(C)]pub struct Struct_rect {
pub x: c_int,
pub y: c_int,
pub width: c_int,
pub height: c_int,
}
Fields§
§x: c_int
§y: c_int
§width: c_int
§height: c_int
Trait Implementations§
Source§impl Clone for Struct_rect
impl Clone for Struct_rect
Source§impl Default for Struct_rect
impl Default for Struct_rect
impl Copy for Struct_rect
Auto Trait Implementations§
impl Freeze for Struct_rect
impl RefUnwindSafe for Struct_rect
impl Send for Struct_rect
impl Sync for Struct_rect
impl Unpin for Struct_rect
impl UnwindSafe for Struct_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