pub struct RunFlags {
pub sparse: bool,
pub encrypted: bool,
pub compressed: bool,
pub filler: bool,
}Expand description
Flags on one data run.
Fields§
§sparse: bool§encrypted: bool§compressed: bool§filler: boolA filler/placeholder run (e.g. a sparse hole rendered as zeros).
Trait Implementations§
impl Copy for RunFlags
impl Eq for RunFlags
impl StructuralPartialEq for RunFlags
Auto Trait Implementations§
impl Freeze for RunFlags
impl RefUnwindSafe for RunFlags
impl Send for RunFlags
impl Sync for RunFlags
impl Unpin for RunFlags
impl UnsafeUnpin for RunFlags
impl UnwindSafe for RunFlags
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