pub struct KeyBifContents {
pub filename: String,
pub resources: Vec<ResRef>,
}Expand description
The resources stored in a single BIF referenced by a KeyTable.
Fields§
§filename: StringThe BIF filename as recorded by the KEY file.
resources: Vec<ResRef>The resources stored in that BIF, in table order.
Trait Implementations§
Source§impl Clone for KeyBifContents
impl Clone for KeyBifContents
Source§fn clone(&self) -> KeyBifContents
fn clone(&self) -> KeyBifContents
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for KeyBifContents
impl RefUnwindSafe for KeyBifContents
impl Send for KeyBifContents
impl Sync for KeyBifContents
impl Unpin for KeyBifContents
impl UnsafeUnpin for KeyBifContents
impl UnwindSafe for KeyBifContents
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