pub enum ImagePipe2Event {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ImagePipe2Event
impl RefUnwindSafe for ImagePipe2Event
impl Send for ImagePipe2Event
impl Sync for ImagePipe2Event
impl Unpin for ImagePipe2Event
impl UnwindSafe for ImagePipe2Event
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