#[repr(C)]pub struct pixman_trap {
pub top: pixman_span_fix_t,
pub bot: pixman_span_fix_t,
}Fields§
§top: pixman_span_fix_t§bot: pixman_span_fix_tTrait Implementations§
Source§impl Clone for pixman_trap
impl Clone for pixman_trap
Source§fn clone(&self) -> pixman_trap
fn clone(&self) -> pixman_trap
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_trap
Auto Trait Implementations§
impl Freeze for pixman_trap
impl RefUnwindSafe for pixman_trap
impl Send for pixman_trap
impl Sync for pixman_trap
impl Unpin for pixman_trap
impl UnsafeUnpin for pixman_trap
impl UnwindSafe for pixman_trap
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