pub enum RowAlignment {
Packed,
Block,
Global,
}Variants§
Packed
Pack block_size bytes from the start of each literal span.
Block
Align rows to the mapped chunk start.
Global
Align rows to absolute address (xxd-style).
Auto Trait Implementations§
impl Freeze for RowAlignment
impl RefUnwindSafe for RowAlignment
impl Send for RowAlignment
impl Sync for RowAlignment
impl Unpin for RowAlignment
impl UnsafeUnpin for RowAlignment
impl UnwindSafe for RowAlignment
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