pub enum WriteGranularity {
QuadWord,
Page,
}
Expand description
Data written per command
Variants§
Trait Implementations§
Source§impl Clone for WriteGranularity
impl Clone for WriteGranularity
Source§fn clone(&self) -> WriteGranularity
fn clone(&self) -> WriteGranularity
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 WriteGranularity
impl Debug for WriteGranularity
impl Copy for WriteGranularity
Auto Trait Implementations§
impl Freeze for WriteGranularity
impl RefUnwindSafe for WriteGranularity
impl Send for WriteGranularity
impl Sync for WriteGranularity
impl Unpin for WriteGranularity
impl UnwindSafe for WriteGranularity
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