#[repr(C)]pub struct pixman_triangle {
pub p1: pixman_point_fixed_t,
pub p2: pixman_point_fixed_t,
pub p3: pixman_point_fixed_t,
}Fields§
§p1: pixman_point_fixed_t§p2: pixman_point_fixed_t§p3: pixman_point_fixed_tTrait Implementations§
Source§impl Clone for pixman_triangle
impl Clone for pixman_triangle
Source§fn clone(&self) -> pixman_triangle
fn clone(&self) -> pixman_triangle
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_triangle
Auto Trait Implementations§
impl Freeze for pixman_triangle
impl RefUnwindSafe for pixman_triangle
impl Send for pixman_triangle
impl Sync for pixman_triangle
impl Unpin for pixman_triangle
impl UnsafeUnpin for pixman_triangle
impl UnwindSafe for pixman_triangle
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