Struct log_device::StripeInfo
source · pub struct StripeInfo { /* private fields */ }
Trait Implementations§
source§impl Clone for StripeInfo
impl Clone for StripeInfo
source§fn clone(&self) -> StripeInfo
fn clone(&self) -> StripeInfo
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 StripeInfo
impl Debug for StripeInfo
source§impl Decodable for StripeInfo
impl Decodable for StripeInfo
source§impl Default for StripeInfo
impl Default for StripeInfo
source§fn default() -> StripeInfo
fn default() -> StripeInfo
Returns the “default value” for a type. Read more
source§impl Encodable for StripeInfo
impl Encodable for StripeInfo
impl Copy for StripeInfo
Auto Trait Implementations§
impl RefUnwindSafe for StripeInfo
impl Send for StripeInfo
impl Sync for StripeInfo
impl Unpin for StripeInfo
impl UnwindSafe for StripeInfo
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