Struct kudu_pb::fs::BlockRecordPB
[−]
[src]
pub struct BlockRecordPB { /* fields omitted */ }
Methods
impl BlockRecordPB
[src]
fn new() -> BlockRecordPB
fn default_instance() -> &'static BlockRecordPB
fn clear_block_id(&mut self)
fn has_block_id(&self) -> bool
fn set_block_id(&mut self, v: BlockIdPB)
fn mut_block_id(&mut self) -> &mut BlockIdPB
fn take_block_id(&mut self) -> BlockIdPB
fn get_block_id(&self) -> &BlockIdPB
fn clear_op_type(&mut self)
fn has_op_type(&self) -> bool
fn set_op_type(&mut self, v: BlockRecordType)
fn get_op_type(&self) -> BlockRecordType
fn clear_timestamp_us(&mut self)
fn has_timestamp_us(&self) -> bool
fn set_timestamp_us(&mut self, v: u64)
fn get_timestamp_us(&self) -> u64
fn clear_offset(&mut self)
fn has_offset(&self) -> bool
fn set_offset(&mut self, v: i64)
fn get_offset(&self) -> i64
fn clear_length(&mut self)
fn has_length(&self) -> bool
fn set_length(&mut self, v: i64)
fn get_length(&self) -> i64
Trait Implementations
impl PartialEq for BlockRecordPB
[src]
fn eq(&self, __arg_0: &BlockRecordPB) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &BlockRecordPB) -> bool
This method tests for !=
.
impl Clone for BlockRecordPB
[src]
fn clone(&self) -> BlockRecordPB
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Default for BlockRecordPB
[src]
fn default() -> BlockRecordPB
Returns the "default value" for a type. Read more