pub enum BandLayout {
Interleaved,
Bsq,
}Variants§
Trait Implementations§
Source§impl Clone for BandLayout
impl Clone for BandLayout
Source§fn clone(&self) -> BandLayout
fn clone(&self) -> BandLayout
Returns a duplicate 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 BandLayout
impl Debug for BandLayout
Source§impl PartialEq for BandLayout
impl PartialEq for BandLayout
impl Copy for BandLayout
impl Eq for BandLayout
impl StructuralPartialEq for BandLayout
Auto Trait Implementations§
impl Freeze for BandLayout
impl RefUnwindSafe for BandLayout
impl Send for BandLayout
impl Sync for BandLayout
impl Unpin for BandLayout
impl UnsafeUnpin for BandLayout
impl UnwindSafe for BandLayout
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