#[repr(C)]pub struct pixman_vector {
pub vector: [pixman_fixed_t; 3],
}Fields§
§vector: [pixman_fixed_t; 3]Trait Implementations§
Source§impl Clone for pixman_vector
impl Clone for pixman_vector
Source§fn clone(&self) -> pixman_vector
fn clone(&self) -> pixman_vector
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for pixman_vector
impl Debug for pixman_vector
impl Copy for pixman_vector
Auto Trait Implementations§
impl Freeze for pixman_vector
impl RefUnwindSafe for pixman_vector
impl Send for pixman_vector
impl Sync for pixman_vector
impl Unpin for pixman_vector
impl UnwindSafe for pixman_vector
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