#[repr(u32)]pub enum fe_spectral_inversion {
INVERSION_OFF = 0,
INVERSION_ON = 1,
INVERSION_AUTO = 2,
}
Expand description
Spectral band inversion
Variants§
Implementations§
Source§impl fe_spectral_inversion
impl fe_spectral_inversion
pub const fn from_repr(discriminant: u32) -> Option<fe_spectral_inversion>
Trait Implementations§
Source§impl Clone for fe_spectral_inversion
impl Clone for fe_spectral_inversion
Source§fn clone(&self) -> fe_spectral_inversion
fn clone(&self) -> fe_spectral_inversion
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 fe_spectral_inversion
impl Debug for fe_spectral_inversion
Source§impl FromStr for fe_spectral_inversion
impl FromStr for fe_spectral_inversion
Source§impl PartialEq for fe_spectral_inversion
impl PartialEq for fe_spectral_inversion
Source§impl TryFrom<&str> for fe_spectral_inversion
impl TryFrom<&str> for fe_spectral_inversion
impl Copy for fe_spectral_inversion
impl Eq for fe_spectral_inversion
impl StructuralPartialEq for fe_spectral_inversion
Auto Trait Implementations§
impl Freeze for fe_spectral_inversion
impl RefUnwindSafe for fe_spectral_inversion
impl Send for fe_spectral_inversion
impl Sync for fe_spectral_inversion
impl Unpin for fe_spectral_inversion
impl UnwindSafe for fe_spectral_inversion
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