pub enum CubeMode {
Natural,
Total,
}Expand description
Mode for common-beam determination.
Variants§
Natural
Each channel gets its own common beam (written to BEAMS extension).
Total
All channels share a single common beam (written to primary header only).
Trait Implementations§
impl Copy for CubeMode
impl Eq for CubeMode
impl StructuralPartialEq for CubeMode
Auto Trait Implementations§
impl Freeze for CubeMode
impl RefUnwindSafe for CubeMode
impl Send for CubeMode
impl Sync for CubeMode
impl Unpin for CubeMode
impl UnsafeUnpin for CubeMode
impl UnwindSafe for CubeMode
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