pub struct AwdFilterOsr(/* private fields */);Expand description
AWFOSR register value.
0 = AW filter disabled; 1..=31 = enabled (actual OSR = value + 1, range 2..=32).
Implementations§
Source§impl AwdFilterOsr
impl AwdFilterOsr
Trait Implementations§
Source§impl Clone for AwdFilterOsr
impl Clone for AwdFilterOsr
Source§fn clone(&self) -> AwdFilterOsr
fn clone(&self) -> AwdFilterOsr
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AwdFilterOsr
Source§impl Debug for AwdFilterOsr
impl Debug for AwdFilterOsr
impl Eq for AwdFilterOsr
Source§impl From<AwdFilterConfig> for AwdFilterOsr
impl From<AwdFilterConfig> for AwdFilterOsr
Source§fn from(value: AwdFilterConfig) -> Self
fn from(value: AwdFilterConfig) -> Self
Converts to this type from the input type.
Source§impl From<AwdFilterOsr> for u8
impl From<AwdFilterOsr> for u8
Source§fn from(value: AwdFilterOsr) -> Self
fn from(value: AwdFilterOsr) -> Self
Converts to this type from the input type.
Source§impl PartialEq for AwdFilterOsr
impl PartialEq for AwdFilterOsr
impl StructuralPartialEq for AwdFilterOsr
Auto Trait Implementations§
impl Freeze for AwdFilterOsr
impl RefUnwindSafe for AwdFilterOsr
impl Send for AwdFilterOsr
impl Sync for AwdFilterOsr
impl Unpin for AwdFilterOsr
impl UnsafeUnpin for AwdFilterOsr
impl UnwindSafe for AwdFilterOsr
Blanket Implementations§
impl<T, I> Binding<I, NoHandler<I>> for T
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