#[repr(C)]pub struct _PixelIteratorOptions {
pub max_threads: c_int,
pub signature: c_ulong,
}Fields§
§max_threads: c_int§signature: c_ulongTrait Implementations§
Source§impl Clone for _PixelIteratorOptions
impl Clone for _PixelIteratorOptions
Source§fn clone(&self) -> _PixelIteratorOptions
fn clone(&self) -> _PixelIteratorOptions
Returns a duplicate 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 _PixelIteratorOptions
impl Debug for _PixelIteratorOptions
impl Copy for _PixelIteratorOptions
Auto Trait Implementations§
impl Freeze for _PixelIteratorOptions
impl RefUnwindSafe for _PixelIteratorOptions
impl Send for _PixelIteratorOptions
impl Sync for _PixelIteratorOptions
impl Unpin for _PixelIteratorOptions
impl UnwindSafe for _PixelIteratorOptions
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