pub struct ContextHeader {
pub file1_l: usize,
pub file1_s: usize,
pub file2_l: usize,
pub file2_s: usize,
}
Fields§
§file1_l: usize
§file1_s: usize
§file2_l: usize
§file2_s: usize
Trait Implementations§
Source§impl Clone for ContextHeader
impl Clone for ContextHeader
Source§fn clone(&self) -> ContextHeader
fn clone(&self) -> ContextHeader
Returns a copy 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 Default for ContextHeader
impl Default for ContextHeader
Source§fn default() -> ContextHeader
fn default() -> ContextHeader
Returns the “default value” for a type. Read more
Source§impl Display for ContextHeader
impl Display for ContextHeader
impl Copy for ContextHeader
Auto Trait Implementations§
impl Freeze for ContextHeader
impl RefUnwindSafe for ContextHeader
impl Send for ContextHeader
impl Sync for ContextHeader
impl Unpin for ContextHeader
impl UnwindSafe for ContextHeader
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