Struct cyfs_lib::SelectChunkOption
source · pub struct SelectChunkOption {
pub page_size: usize,
pub page_index: usize,
}
Fields§
§page_size: usize
§page_index: usize
Trait Implementations§
source§impl Clone for SelectChunkOption
impl Clone for SelectChunkOption
source§fn clone(&self) -> SelectChunkOption
fn clone(&self) -> SelectChunkOption
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 Debug for SelectChunkOption
impl Debug for SelectChunkOption
source§impl Default for SelectChunkOption
impl Default for SelectChunkOption
source§fn default() -> SelectChunkOption
fn default() -> SelectChunkOption
Returns the “default value” for a type. Read more