pub struct ShimImageLoader(/* private fields */);
Expand description
Shim Image Loader protocol.
This is never used directly, since Shim will automatically hook onto LoadImage
and other similar functions.
Trait Implementations§
Source§impl Clone for ShimImageLoader
impl Clone for ShimImageLoader
Source§fn clone(&self) -> ShimImageLoader
fn clone(&self) -> ShimImageLoader
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 ShimImageLoader
impl Debug for ShimImageLoader
Source§impl Identify for ShimImageLoader
impl Identify for ShimImageLoader
impl Protocol for ShimImageLoader
Auto Trait Implementations§
impl Freeze for ShimImageLoader
impl RefUnwindSafe for ShimImageLoader
impl Send for ShimImageLoader
impl Sync for ShimImageLoader
impl Unpin for ShimImageLoader
impl UnwindSafe for ShimImageLoader
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