pub struct ResTableStagedAlias {
pub entries: Vec<ResTableStagedAliasEntry>,
}Expand description
A map that allows rewriting staged (non-finalized) resource ids to their finalized counterparts
Fields§
§entries: Vec<ResTableStagedAliasEntry>Trait Implementations§
Source§impl Clone for ResTableStagedAlias
impl Clone for ResTableStagedAlias
Source§fn clone(&self) -> ResTableStagedAlias
fn clone(&self) -> ResTableStagedAlias
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ResTableStagedAlias
impl Debug for ResTableStagedAlias
Source§impl HeaderSizeStatic for ResTableStagedAlias
impl HeaderSizeStatic for ResTableStagedAlias
Source§fn header_size() -> usize
fn header_size() -> usize
Get the header size, does not include the size of the res chunk header, or any other parent
wrappers
Source§impl PartialEq for ResTableStagedAlias
impl PartialEq for ResTableStagedAlias
Source§impl Readable for ResTableStagedAlias
impl Readable for ResTableStagedAlias
impl StructuralPartialEq for ResTableStagedAlias
Auto Trait Implementations§
impl Freeze for ResTableStagedAlias
impl RefUnwindSafe for ResTableStagedAlias
impl Send for ResTableStagedAlias
impl Sync for ResTableStagedAlias
impl Unpin for ResTableStagedAlias
impl UnsafeUnpin for ResTableStagedAlias
impl UnwindSafe for ResTableStagedAlias
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