pub struct ConfigExport {
pub export_id: u32,
pub block_size: u32,
pub size_bytes: u64,
}Expand description
Parameters describing a single export entry in v0 CONFIG_EXPORTS payloads.
Fields§
§export_id: u32§block_size: u32§size_bytes: u64Trait Implementations§
Source§impl Clone for ConfigExport
impl Clone for ConfigExport
Source§fn clone(&self) -> ConfigExport
fn clone(&self) -> ConfigExport
Returns a duplicate 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 ConfigExport
impl Debug for ConfigExport
Source§impl PartialEq for ConfigExport
impl PartialEq for ConfigExport
impl Copy for ConfigExport
impl Eq for ConfigExport
impl StructuralPartialEq for ConfigExport
Auto Trait Implementations§
impl Freeze for ConfigExport
impl RefUnwindSafe for ConfigExport
impl Send for ConfigExport
impl Sync for ConfigExport
impl Unpin for ConfigExport
impl UnsafeUnpin for ConfigExport
impl UnwindSafe for ConfigExport
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