#[repr(C)]pub struct fz_rect {
pub x0: f32,
pub y0: f32,
pub x1: f32,
pub y1: f32,
}Fields§
§x0: f32§y0: f32§x1: f32§y1: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for fz_rect
impl RefUnwindSafe for fz_rect
impl Send for fz_rect
impl Sync for fz_rect
impl Unpin for fz_rect
impl UnwindSafe for fz_rect
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