#[repr(transparent)]pub struct Ais31conf1(pub u32);
Expand description
AIS31 configuration register 1.
Tuple Fields§
§0: u32
Implementations§
Source§impl Ais31conf1
impl Ais31conf1
Sourcepub const fn onlinerepthreshold(&self) -> u16
pub const fn onlinerepthreshold(&self) -> u16
Online repeat threshold.
Sourcepub fn set_onlinerepthreshold(&mut self, val: u16)
pub fn set_onlinerepthreshold(&mut self, val: u16)
Online repeat threshold.
Sourcepub const fn hexpectedvalue(&self) -> u16
pub const fn hexpectedvalue(&self) -> u16
Expected history value.
Sourcepub fn set_hexpectedvalue(&mut self, val: u16)
pub fn set_hexpectedvalue(&mut self, val: u16)
Expected history value.
Trait Implementations§
Source§impl Clone for Ais31conf1
impl Clone for Ais31conf1
Source§fn clone(&self) -> Ais31conf1
fn clone(&self) -> Ais31conf1
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 Default for Ais31conf1
impl Default for Ais31conf1
Source§fn default() -> Ais31conf1
fn default() -> Ais31conf1
Returns the “default value” for a type. Read more
Source§impl PartialEq for Ais31conf1
impl PartialEq for Ais31conf1
impl Copy for Ais31conf1
impl Eq for Ais31conf1
impl StructuralPartialEq for Ais31conf1
Auto Trait Implementations§
impl Freeze for Ais31conf1
impl RefUnwindSafe for Ais31conf1
impl Send for Ais31conf1
impl Sync for Ais31conf1
impl Unpin for Ais31conf1
impl UnwindSafe for Ais31conf1
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)