pub struct Triangle(/* private fields */);Expand description
A triangle
Implementations§
Trait Implementations§
Source§impl From<Triangle> for pixman_triangle_t
impl From<Triangle> for pixman_triangle_t
Source§impl From<pixman_triangle> for Triangle
impl From<pixman_triangle> for Triangle
Source§fn from(value: pixman_triangle_t) -> Self
fn from(value: pixman_triangle_t) -> Self
Converts to this type from the input type.
impl Copy for Triangle
Auto Trait Implementations§
impl Freeze for Triangle
impl RefUnwindSafe for Triangle
impl Send for Triangle
impl Sync for Triangle
impl Unpin for Triangle
impl UnwindSafe for 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