#[repr(C)]pub struct _ImageView { /* private fields */ }
Trait Implementations§
Source§impl Clone for _ImageView
impl Clone for _ImageView
Source§fn clone(&self) -> _ImageView
fn clone(&self) -> _ImageView
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 _ImageView
impl Debug for _ImageView
impl Copy for _ImageView
Auto Trait Implementations§
impl Freeze for _ImageView
impl RefUnwindSafe for _ImageView
impl Send for _ImageView
impl Sync for _ImageView
impl Unpin for _ImageView
impl UnwindSafe for _ImageView
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