pub struct ImageMap { /* private fields */ }
Expand description
Memory mapped image.
Implementations§
Trait Implementations§
Source§impl AsRawHandle for ImageMap
impl AsRawHandle for ImageMap
Source§fn as_raw_handle(&self) -> RawHandle
fn as_raw_handle(&self) -> RawHandle
Extracts the raw handle. Read more
Auto Trait Implementations§
impl Freeze for ImageMap
impl RefUnwindSafe for ImageMap
impl !Send for ImageMap
impl !Sync for ImageMap
impl Unpin for ImageMap
impl UnwindSafe for ImageMap
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