#[repr(C)]pub struct pixman_point_fixed {
pub x: pixman_fixed_t,
pub y: pixman_fixed_t,
}Fields§
§x: pixman_fixed_t§y: pixman_fixed_tTrait Implementations§
Source§impl Clone for pixman_point_fixed
impl Clone for pixman_point_fixed
Source§fn clone(&self) -> pixman_point_fixed
fn clone(&self) -> pixman_point_fixed
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_point_fixed
Auto Trait Implementations§
impl Freeze for pixman_point_fixed
impl RefUnwindSafe for pixman_point_fixed
impl Send for pixman_point_fixed
impl Sync for pixman_point_fixed
impl Unpin for pixman_point_fixed
impl UnsafeUnpin for pixman_point_fixed
impl UnwindSafe for pixman_point_fixed
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