#[repr(C)]pub struct pixman_box16 {
pub x1: i16,
pub y1: i16,
pub x2: i16,
pub y2: i16,
}Fields§
§x1: i16§y1: i16§x2: i16§y2: i16Trait Implementations§
Source§impl Clone for pixman_box16
impl Clone for pixman_box16
Source§fn clone(&self) -> pixman_box16
fn clone(&self) -> pixman_box16
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_box16
Auto Trait Implementations§
impl Freeze for pixman_box16
impl RefUnwindSafe for pixman_box16
impl Send for pixman_box16
impl Sync for pixman_box16
impl Unpin for pixman_box16
impl UnsafeUnpin for pixman_box16
impl UnwindSafe for pixman_box16
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