pub struct DataDescriptorOutput { /* private fields */ }Expand description
Contains information written in the data descriptor after the file data.
Implementations§
Trait Implementations§
Source§impl Clone for DataDescriptorOutput
impl Clone for DataDescriptorOutput
Source§fn clone(&self) -> DataDescriptorOutput
fn clone(&self) -> DataDescriptorOutput
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 DataDescriptorOutput
impl RefUnwindSafe for DataDescriptorOutput
impl Send for DataDescriptorOutput
impl Sync for DataDescriptorOutput
impl Unpin for DataDescriptorOutput
impl UnwindSafe for DataDescriptorOutput
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