pub struct GMAFile {
pub name: String,
pub content: Vec<u8>,
pub size: i64,
}Expand description
One entry (file) contained in a GMA.
Fields§
§name: String§content: Vec<u8>§size: i64Trait Implementations§
impl Eq for GMAFile
impl StructuralPartialEq for GMAFile
Auto Trait Implementations§
impl Freeze for GMAFile
impl RefUnwindSafe for GMAFile
impl Send for GMAFile
impl Sync for GMAFile
impl Unpin for GMAFile
impl UnwindSafe for GMAFile
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