Struct skia_bindings::SkIRect
source · #[repr(C)]pub struct SkIRect {
pub fLeft: i32,
pub fTop: i32,
pub fRight: i32,
pub fBottom: i32,
}
Fields§
§fLeft: i32
§fTop: i32
§fRight: i32
§fBottom: i32
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SkIRect
impl Send for SkIRect
impl Sync for SkIRect
impl Unpin for SkIRect
impl UnwindSafe for SkIRect
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