pub struct ImageImportByNameMut<'data> {
pub hint: &'data mut u16,
pub name: &'data mut [CChar],
}
Expand description
Represents a mutable IMAGE_IMPORT_BY_NAME
structure.
Fields§
§hint: &'data mut u16
§name: &'data mut [CChar]
Implementations§
Source§impl<'data> ImageImportByNameMut<'data>
impl<'data> ImageImportByNameMut<'data>
Auto Trait Implementations§
impl<'data> Freeze for ImageImportByNameMut<'data>
impl<'data> RefUnwindSafe for ImageImportByNameMut<'data>
impl<'data> Send for ImageImportByNameMut<'data>
impl<'data> Sync for ImageImportByNameMut<'data>
impl<'data> Unpin for ImageImportByNameMut<'data>
impl<'data> !UnwindSafe for ImageImportByNameMut<'data>
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