[][src]Struct skia_bindings::SkIRect

#[repr(C)]
pub struct SkIRect {
    pub fLeft: i32,
    pub fTop: i32,
    pub fRight: i32,
    pub fBottom: i32,
}

Fields

fLeft: i32fTop: i32fRight: i32fBottom: i32

Methods

impl SkIRect[src]

pub unsafe fn contains(&self, r: *const SkRect) -> bool[src]

pub unsafe fn join(&mut self, left: i32, top: i32, right: i32, bottom: i32)[src]

Trait Implementations

impl Clone for SkIRect[src]

impl Copy for SkIRect[src]

Auto Trait Implementations

impl Send for SkIRect

impl Unpin for SkIRect

impl Sync for SkIRect

impl UnwindSafe for SkIRect

impl RefUnwindSafe for SkIRect

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]