Enum Rcs
pub enum Rcs {
_0 = 0,
_1 = 1,
}Expand description
Reconfiguration Success
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Rcs
impl Eq for Rcs
impl StructuralPartialEq for Rcs
Auto Trait Implementations§
impl Freeze for Rcs
impl RefUnwindSafe for Rcs
impl Send for Rcs
impl Sync for Rcs
impl Unpin for Rcs
impl UnwindSafe for Rcs
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