pub struct ImageReadWriteParams {
pub feature_channel_offset: usize,
pub feature_channel_count: usize,
}Expand description
MPSImageReadWriteParams values.
Fields§
§feature_channel_offset: usize§feature_channel_count: usizeImplementations§
Trait Implementations§
Source§impl Clone for ImageReadWriteParams
impl Clone for ImageReadWriteParams
Source§fn clone(&self) -> ImageReadWriteParams
fn clone(&self) -> ImageReadWriteParams
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 moreSource§impl Debug for ImageReadWriteParams
impl Debug for ImageReadWriteParams
impl Copy for ImageReadWriteParams
Auto Trait Implementations§
impl Freeze for ImageReadWriteParams
impl RefUnwindSafe for ImageReadWriteParams
impl Send for ImageReadWriteParams
impl Sync for ImageReadWriteParams
impl Unpin for ImageReadWriteParams
impl UnsafeUnpin for ImageReadWriteParams
impl UnwindSafe for ImageReadWriteParams
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