Struct skia_bindings::SkDeque_Iter
source · #[repr(C)]#[repr(align(8))]pub struct SkDeque_Iter {
pub _bindgen_opaque_blob: [u64; 3],
}
Fields§
§_bindgen_opaque_blob: [u64; 3]
Implementations§
source§impl SkDeque_Iter
impl SkDeque_Iter
pub unsafe fn next(&mut self) -> *mut c_void
pub unsafe fn prev(&mut self) -> *mut c_void
pub unsafe fn reset( &mut self, d: *const SkDeque, startLoc: SkDeque_Iter_IterStart )
pub unsafe fn new() -> Self
pub unsafe fn new1(d: *const SkDeque, startLoc: SkDeque_Iter_IterStart) -> Self
Trait Implementations§
source§impl Clone for SkDeque_Iter
impl Clone for SkDeque_Iter
source§fn clone(&self) -> SkDeque_Iter
fn clone(&self) -> SkDeque_Iter
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SkDeque_Iter
impl Debug for SkDeque_Iter
impl Copy for SkDeque_Iter
Auto Trait Implementations§
impl RefUnwindSafe for SkDeque_Iter
impl Send for SkDeque_Iter
impl Sync for SkDeque_Iter
impl Unpin for SkDeque_Iter
impl UnwindSafe for SkDeque_Iter
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