pub struct FecLayoutObjectRow {
pub object_class: u8,
pub present: bool,
pub object_id: u64,
pub first_block_index: u64,
pub data_block_count: u32,
pub parity_block_count: u32,
pub encrypted_size: u32,
pub plain_size: u32,
}Fields§
§object_class: u8§present: bool§object_id: u64§first_block_index: u64§data_block_count: u32§parity_block_count: u32§encrypted_size: u32§plain_size: u32Trait Implementations§
Source§impl Clone for FecLayoutObjectRow
impl Clone for FecLayoutObjectRow
Source§fn clone(&self) -> FecLayoutObjectRow
fn clone(&self) -> FecLayoutObjectRow
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FecLayoutObjectRow
impl Debug for FecLayoutObjectRow
Source§impl PartialEq for FecLayoutObjectRow
impl PartialEq for FecLayoutObjectRow
Source§fn eq(&self, other: &FecLayoutObjectRow) -> bool
fn eq(&self, other: &FecLayoutObjectRow) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for FecLayoutObjectRow
impl Eq for FecLayoutObjectRow
impl StructuralPartialEq for FecLayoutObjectRow
Auto Trait Implementations§
impl Freeze for FecLayoutObjectRow
impl RefUnwindSafe for FecLayoutObjectRow
impl Send for FecLayoutObjectRow
impl Sync for FecLayoutObjectRow
impl Unpin for FecLayoutObjectRow
impl UnsafeUnpin for FecLayoutObjectRow
impl UnwindSafe for FecLayoutObjectRow
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