#[repr(C)]pub struct pixman_trapezoid {
pub top: pixman_fixed_t,
pub bottom: pixman_fixed_t,
pub left: pixman_line_fixed_t,
pub right: pixman_line_fixed_t,
}Fields§
§top: pixman_fixed_t§bottom: pixman_fixed_t§left: pixman_line_fixed_t§right: pixman_line_fixed_tTrait Implementations§
Source§impl Clone for pixman_trapezoid
impl Clone for pixman_trapezoid
Source§fn clone(&self) -> pixman_trapezoid
fn clone(&self) -> pixman_trapezoid
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_trapezoid
Auto Trait Implementations§
impl Freeze for pixman_trapezoid
impl RefUnwindSafe for pixman_trapezoid
impl Send for pixman_trapezoid
impl Sync for pixman_trapezoid
impl Unpin for pixman_trapezoid
impl UnsafeUnpin for pixman_trapezoid
impl UnwindSafe for pixman_trapezoid
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