#[repr(C)]pub struct ShimImageLoaderProtocol { /* private fields */ }
Expand description
The raw Shim Image Loader protocol.
None of this is actually used, since Shim loader hooks onto LoadImage
directly.
This is here so we can detect its existence for Shim v16+
Trait Implementations§
Source§impl Clone for ShimImageLoaderProtocol
impl Clone for ShimImageLoaderProtocol
Source§fn clone(&self) -> ShimImageLoaderProtocol
fn clone(&self) -> ShimImageLoaderProtocol
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 moreAuto Trait Implementations§
impl Freeze for ShimImageLoaderProtocol
impl RefUnwindSafe for ShimImageLoaderProtocol
impl Send for ShimImageLoaderProtocol
impl Sync for ShimImageLoaderProtocol
impl Unpin for ShimImageLoaderProtocol
impl UnwindSafe for ShimImageLoaderProtocol
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