#[repr(u8)]pub enum Sast {
SET_START = 0,
SET_ALL = 1,
}Variants§
SET_START = 0
Write 1 to only the TCDn_CSR[START] field specified in the SSRT field
SET_ALL = 1
Write 1 to all bits in TCDn_CSR[START]
Implementations§
Trait Implementations§
Source§impl Ord for Sast
impl Ord for Sast
Source§impl PartialOrd for Sast
impl PartialOrd for Sast
impl Copy for Sast
impl Eq for Sast
impl StructuralPartialEq for Sast
Auto Trait Implementations§
impl Freeze for Sast
impl RefUnwindSafe for Sast
impl Send for Sast
impl Sync for Sast
impl Unpin for Sast
impl UnwindSafe for Sast
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