#[non_exhaustive]pub enum ShRollOff {
Alpha035,
Alpha025,
Alpha015,
Reserved(u8),
}Expand description
Roll-off factor for SH — ETSI EN 300 468 Table 124.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Implementations§
Trait Implementations§
impl Copy for ShRollOff
impl Eq for ShRollOff
impl StructuralPartialEq for ShRollOff
Auto Trait Implementations§
impl Freeze for ShRollOff
impl RefUnwindSafe for ShRollOff
impl Send for ShRollOff
impl Sync for ShRollOff
impl Unpin for ShRollOff
impl UnsafeUnpin for ShRollOff
impl UnwindSafe for ShRollOff
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