#[repr(C)]pub struct sfIntRect {
pub left: c_int,
pub top: c_int,
pub width: c_int,
pub height: c_int,
}Fields§
§left: c_int§top: c_int§width: c_int§height: c_intTrait Implementations§
Source§impl Ord for sfIntRect
impl Ord for sfIntRect
Source§impl PartialOrd for sfIntRect
impl PartialOrd for sfIntRect
impl Copy for sfIntRect
impl Eq for sfIntRect
impl StructuralPartialEq for sfIntRect
Auto Trait Implementations§
impl Freeze for sfIntRect
impl RefUnwindSafe for sfIntRect
impl Send for sfIntRect
impl Sync for sfIntRect
impl Unpin for sfIntRect
impl UnwindSafe for sfIntRect
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