pub enum END_AW {
NOT_END = 0,
END = 1,
}Expand description
End of message
Value on reset: 0
Variants§
NOT_END = 0
0: Not the end. DDR message ends waiting for a new DDR message (will issue a HDR Restart for the new message).
END = 1
1: End. DDR message ends on HDR Exit.
Trait Implementations§
impl Copy for END_AW
impl Eq for END_AW
impl StructuralPartialEq for END_AW
Auto Trait Implementations§
impl Freeze for END_AW
impl RefUnwindSafe for END_AW
impl Send for END_AW
impl Sync for END_AW
impl Unpin for END_AW
impl UnwindSafe for END_AW
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