Struct gimli::write::InitialLengthOffset
source · pub struct InitialLengthOffset(_);
Expand description
The offset at which an initial length should be written.
Trait Implementations§
source§impl Clone for InitialLengthOffset
impl Clone for InitialLengthOffset
source§fn clone(&self) -> InitialLengthOffset
fn clone(&self) -> InitialLengthOffset
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 more