pub enum BUSFAULTACTW {
_0,
_1,
}Expand description
Values that can be written to the field BUSFAULTACT
Variants§
Auto Trait Implementations§
impl Freeze for BUSFAULTACTW
impl RefUnwindSafe for BUSFAULTACTW
impl Send for BUSFAULTACTW
impl Sync for BUSFAULTACTW
impl Unpin for BUSFAULTACTW
impl UnwindSafe for BUSFAULTACTW
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