#[repr(C)]pub struct ImageOutput {
pub width: u16,
pub height: u16,
pub image: ImageOutputImage,
}Fields§
§width: u16§height: u16§image: ImageOutputImageTrait Implementations§
Source§impl Clone for ImageOutput
impl Clone for ImageOutput
Source§fn clone(&self) -> ImageOutput
fn clone(&self) -> ImageOutput
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 moreimpl Copy for ImageOutput
Auto Trait Implementations§
impl Freeze for ImageOutput
impl RefUnwindSafe for ImageOutput
impl !Send for ImageOutput
impl !Sync for ImageOutput
impl Unpin for ImageOutput
impl UnwindSafe for ImageOutput
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