pub struct MinRsrcEntry {
pub id: ResourceType,
pub data: MinRsrcNode,
}Fields§
§id: ResourceType§data: MinRsrcNodeTrait Implementations§
Source§impl Debug for MinRsrcEntry
impl Debug for MinRsrcEntry
Source§impl From<&ResourceEntry> for MinRsrcEntry
impl From<&ResourceEntry> for MinRsrcEntry
Source§fn from(rsrc_entry: &ResourceEntry) -> Self
fn from(rsrc_entry: &ResourceEntry) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for MinRsrcEntry
impl RefUnwindSafe for MinRsrcEntry
impl Send for MinRsrcEntry
impl Sync for MinRsrcEntry
impl Unpin for MinRsrcEntry
impl UnwindSafe for MinRsrcEntry
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