#[repr(C)]pub struct pixman_f_vector {
pub v: [f64; 3],
}Fields§
§v: [f64; 3]Trait Implementations§
Source§impl Clone for pixman_f_vector
impl Clone for pixman_f_vector
Source§fn clone(&self) -> pixman_f_vector
fn clone(&self) -> pixman_f_vector
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_f_vector
Auto Trait Implementations§
impl Freeze for pixman_f_vector
impl RefUnwindSafe for pixman_f_vector
impl Send for pixman_f_vector
impl Sync for pixman_f_vector
impl Unpin for pixman_f_vector
impl UnsafeUnpin for pixman_f_vector
impl UnwindSafe for pixman_f_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