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