#[repr(transparent)]pub struct Start(pub u32);Expand description
Start Event Select
Tuple Fields§
§0: u32Implementations§
Source§impl Start
impl Start
Sourcepub const fn startmsk_l(&self) -> u16
pub const fn startmsk_l(&self) -> u16
Start Event Low
Sourcepub const fn set_startmsk_l(&mut self, val: u16)
pub const fn set_startmsk_l(&mut self, val: u16)
Start Event Low
Sourcepub const fn startmsk_h(&self) -> u16
pub const fn startmsk_h(&self) -> u16
Start Event High
Sourcepub const fn set_startmsk_h(&mut self, val: u16)
pub const fn set_startmsk_h(&mut self, val: u16)
Start Event High
Trait Implementations§
impl Copy for Start
impl Eq for Start
impl StructuralPartialEq for Start
Auto Trait Implementations§
impl Freeze for Start
impl RefUnwindSafe for Start
impl Send for Start
impl Sync for Start
impl Unpin for Start
impl UnwindSafe for Start
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