pub struct LoadImage { /* private fields */ }Trait Implementations§
Source§impl ExternType for LoadImage
impl ExternType for LoadImage
Auto Trait Implementations§
impl !Freeze for LoadImage
impl !Send for LoadImage
impl !Sync for LoadImage
impl !Unpin for LoadImage
impl RefUnwindSafe for LoadImage
impl UnsafeUnpin for LoadImage
impl UnwindSafe for LoadImage
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