#[repr(C)]pub struct FFIRect {
pub x: f64,
pub y: f64,
pub width: f64,
pub height: f64,
}Expand description
Packed CGRect for efficient FFI transfer (32 bytes)
Fields§
§x: f64§y: f64§width: f64§height: f64Trait Implementations§
impl Copy for FFIRect
Auto Trait Implementations§
impl Freeze for FFIRect
impl RefUnwindSafe for FFIRect
impl Send for FFIRect
impl Sync for FFIRect
impl Unpin for FFIRect
impl UnwindSafe for FFIRect
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