pub struct DllResourceDescriptor { /* private fields */ }Expand description
Descriptor for locating a resource within a DLL file.
Contains the resource type (as a 4-character ASCII string encoded in LE UTF-16) and a numeric resource ID.
Implementations§
Auto Trait Implementations§
impl Freeze for DllResourceDescriptor
impl RefUnwindSafe for DllResourceDescriptor
impl Send for DllResourceDescriptor
impl Sync for DllResourceDescriptor
impl Unpin for DllResourceDescriptor
impl UnwindSafe for DllResourceDescriptor
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