pub struct MultiFile {
pub name: String,
pub addr: u64,
}
Fields§
§name: String
§addr: u64
Implementations§
Trait Implementations§
impl Eq for MultiFile
impl StructuralPartialEq for MultiFile
Auto Trait Implementations§
impl Freeze for MultiFile
impl RefUnwindSafe for MultiFile
impl Send for MultiFile
impl Sync for MultiFile
impl Unpin for MultiFile
impl UnwindSafe for MultiFile
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