Enum PbridgeIdle
pub enum PbridgeIdle {
_0 = 0,
_1 = 1,
}Expand description
Peripheral Bridge Idle
Value on reset: 0
Variants§
Trait Implementations§
§impl Clone for PbridgeIdle
impl Clone for PbridgeIdle
§fn clone(&self) -> PbridgeIdle
fn clone(&self) -> PbridgeIdle
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 more§impl Debug for PbridgeIdle
impl Debug for PbridgeIdle
§impl Format for PbridgeIdle
impl Format for PbridgeIdle
§impl From<PbridgeIdle> for bool
impl From<PbridgeIdle> for bool
§fn from(variant: PbridgeIdle) -> Self
fn from(variant: PbridgeIdle) -> Self
Converts to this type from the input type.
§impl PartialEq for PbridgeIdle
impl PartialEq for PbridgeIdle
impl Copy for PbridgeIdle
impl Eq for PbridgeIdle
impl StructuralPartialEq for PbridgeIdle
Auto Trait Implementations§
impl Freeze for PbridgeIdle
impl RefUnwindSafe for PbridgeIdle
impl Send for PbridgeIdle
impl Sync for PbridgeIdle
impl Unpin for PbridgeIdle
impl UnwindSafe for PbridgeIdle
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