Struct maia_httpd::iio::Ad9361GainMode
source · pub struct Ad9361GainMode(/* private fields */);
Expand description
AD9361 gain control modes.
This enum lists the automatic gain control modes supported by the AD9361.
Trait Implementations§
source§impl Clone for Ad9361GainMode
impl Clone for Ad9361GainMode
source§fn clone(&self) -> Ad9361GainMode
fn clone(&self) -> Ad9361GainMode
Returns a copy 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 Ad9361GainMode
impl Debug for Ad9361GainMode
source§impl Display for Ad9361GainMode
impl Display for Ad9361GainMode
source§impl From<Ad9361GainMode> for Ad9361GainMode
impl From<Ad9361GainMode> for Ad9361GainMode
source§fn from(value: Ad9361GainMode) -> Ad9361GainMode
fn from(value: Ad9361GainMode) -> Ad9361GainMode
Converts to this type from the input type.
source§impl From<Ad9361GainMode> for Ad9361GainMode
impl From<Ad9361GainMode> for Ad9361GainMode
source§fn from(value: Ad9361GainMode) -> Ad9361GainMode
fn from(value: Ad9361GainMode) -> Ad9361GainMode
Converts to this type from the input type.
source§impl FromStr for Ad9361GainMode
impl FromStr for Ad9361GainMode
source§impl Hash for Ad9361GainMode
impl Hash for Ad9361GainMode
source§impl PartialEq for Ad9361GainMode
impl PartialEq for Ad9361GainMode
source§fn eq(&self, other: &Ad9361GainMode) -> bool
fn eq(&self, other: &Ad9361GainMode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for Ad9361GainMode
impl Eq for Ad9361GainMode
impl StructuralPartialEq for Ad9361GainMode
Auto Trait Implementations§
impl RefUnwindSafe for Ad9361GainMode
impl Send for Ad9361GainMode
impl Sync for Ad9361GainMode
impl Unpin for Ad9361GainMode
impl UnwindSafe for Ad9361GainMode
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.