#[repr(C)]pub struct pixman_rectangle16 {
pub x: i16,
pub y: i16,
pub width: u16,
pub height: u16,
}Fields§
§x: i16§y: i16§width: u16§height: u16Trait Implementations§
Source§impl Clone for pixman_rectangle16
impl Clone for pixman_rectangle16
Source§fn clone(&self) -> pixman_rectangle16
fn clone(&self) -> pixman_rectangle16
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_rectangle16
Auto Trait Implementations§
impl Freeze for pixman_rectangle16
impl RefUnwindSafe for pixman_rectangle16
impl Send for pixman_rectangle16
impl Sync for pixman_rectangle16
impl Unpin for pixman_rectangle16
impl UnsafeUnpin for pixman_rectangle16
impl UnwindSafe for pixman_rectangle16
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