#[repr(C)]pub struct pixman_edge {
pub x: pixman_fixed_t,
pub e: pixman_fixed_t,
pub stepx: pixman_fixed_t,
pub signdx: pixman_fixed_t,
pub dy: pixman_fixed_t,
pub dx: pixman_fixed_t,
pub stepx_small: pixman_fixed_t,
pub stepx_big: pixman_fixed_t,
pub dx_small: pixman_fixed_t,
pub dx_big: pixman_fixed_t,
}Fields§
§x: pixman_fixed_t§e: pixman_fixed_t§stepx: pixman_fixed_t§signdx: pixman_fixed_t§dy: pixman_fixed_t§dx: pixman_fixed_t§stepx_small: pixman_fixed_t§stepx_big: pixman_fixed_t§dx_small: pixman_fixed_t§dx_big: pixman_fixed_tTrait Implementations§
Source§impl Clone for pixman_edge
impl Clone for pixman_edge
Source§fn clone(&self) -> pixman_edge
fn clone(&self) -> pixman_edge
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_edge
Auto Trait Implementations§
impl Freeze for pixman_edge
impl RefUnwindSafe for pixman_edge
impl Send for pixman_edge
impl Sync for pixman_edge
impl Unpin for pixman_edge
impl UnsafeUnpin for pixman_edge
impl UnwindSafe for pixman_edge
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