#[repr(C)]pub struct pixman_box32 {
pub x1: i32,
pub y1: i32,
pub x2: i32,
pub y2: i32,
}Fields§
§x1: i32§y1: i32§x2: i32§y2: i32Trait Implementations§
Source§impl Clone for pixman_box32
impl Clone for pixman_box32
Source§fn clone(&self) -> pixman_box32
fn clone(&self) -> pixman_box32
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for pixman_box32
Auto Trait Implementations§
impl Freeze for pixman_box32
impl RefUnwindSafe for pixman_box32
impl Send for pixman_box32
impl Sync for pixman_box32
impl Unpin for pixman_box32
impl UnsafeUnpin for pixman_box32
impl UnwindSafe for pixman_box32
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