#[repr(C)]pub struct ViewerO { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for ViewerO
impl RefUnwindSafe for ViewerO
impl Send for ViewerO
impl Sync for ViewerO
impl Unpin for ViewerO
impl UnwindSafe for ViewerO
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