pub struct ResourceMap { /* private fields */ }Expand description
Header of a chunk representing a resource map
Implementations§
Auto Trait Implementations§
impl Freeze for ResourceMap
impl RefUnwindSafe for ResourceMap
impl Send for ResourceMap
impl Sync for ResourceMap
impl Unpin for ResourceMap
impl UnwindSafe for ResourceMap
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