#[repr(C)]pub enum DebugConnectMode {
Normal = 0,
HotPlug = 1,
UnderReset = 2,
PowerDown = 3,
PreReset = 4,
}
Variants§
Trait Implementations§
Source§impl Clone for DebugConnectMode
impl Clone for DebugConnectMode
Source§fn clone(&self) -> DebugConnectMode
fn clone(&self) -> DebugConnectMode
Returns a duplicate 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 Debug for DebugConnectMode
impl Debug for DebugConnectMode
impl Copy for DebugConnectMode
Auto Trait Implementations§
impl Freeze for DebugConnectMode
impl RefUnwindSafe for DebugConnectMode
impl Send for DebugConnectMode
impl Sync for DebugConnectMode
impl Unpin for DebugConnectMode
impl UnwindSafe for DebugConnectMode
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