pub enum EtsAttrs<'a> {
Nbands(u8),
Nstrict(u8),
Quanta(IterableEtsAttrs<'a>),
QuantaBand(u32),
Priomap(IterableEtsAttrs<'a>),
PriomapBand(u8),
}Available on crate feature
tc only.Variants§
Nbands(u8)
Nstrict(u8)
Quanta(IterableEtsAttrs<'a>)
QuantaBand(u32)
Attribute may repeat multiple times (treat it as array)
Priomap(IterableEtsAttrs<'a>)
PriomapBand(u8)
Attribute may repeat multiple times (treat it as array)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for EtsAttrs<'a>
impl<'a> RefUnwindSafe for EtsAttrs<'a>
impl<'a> Send for EtsAttrs<'a>
impl<'a> Sync for EtsAttrs<'a>
impl<'a> Unpin for EtsAttrs<'a>
impl<'a> UnwindSafe for EtsAttrs<'a>
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