pub struct TargetWrite {
pub target: String,
pub path: PathBuf,
pub offset: Option<u32>,
}Fields§
§target: String§path: PathBuf§offset: Option<u32>Implementations§
Trait Implementations§
Source§impl Clone for TargetWrite
impl Clone for TargetWrite
Source§fn clone(&self) -> TargetWrite
fn clone(&self) -> TargetWrite
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 moreSource§impl Debug for TargetWrite
impl Debug for TargetWrite
Auto Trait Implementations§
impl Freeze for TargetWrite
impl RefUnwindSafe for TargetWrite
impl Send for TargetWrite
impl Sync for TargetWrite
impl Unpin for TargetWrite
impl UnwindSafe for TargetWrite
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