Struct cyfs_lib::NDNDataRange
source · pub struct NDNDataRange {
pub start: Option<u64>,
pub length: Option<u64>,
}
Fields§
§start: Option<u64>
§length: Option<u64>
Implementations§
Trait Implementations§
source§impl Clone for NDNDataRange
impl Clone for NDNDataRange
source§fn clone(&self) -> NDNDataRange
fn clone(&self) -> NDNDataRange
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