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