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