pub struct rtc_reset_reinjection {}
Trait Implementations§
Source§impl Clone for rtc_reset_reinjection
impl Clone for rtc_reset_reinjection
Source§fn clone(&self) -> rtc_reset_reinjection
fn clone(&self) -> rtc_reset_reinjection
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 Command for rtc_reset_reinjection
impl Command for rtc_reset_reinjection
Source§impl Debug for rtc_reset_reinjection
impl Debug for rtc_reset_reinjection
Source§impl<'de> Deserialize<'de> for rtc_reset_reinjection
impl<'de> Deserialize<'de> for rtc_reset_reinjection
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for rtc_reset_reinjection
impl Serialize for rtc_reset_reinjection
impl QmpCommand for rtc_reset_reinjection
Auto Trait Implementations§
impl Freeze for rtc_reset_reinjection
impl RefUnwindSafe for rtc_reset_reinjection
impl Send for rtc_reset_reinjection
impl Sync for rtc_reset_reinjection
impl Unpin for rtc_reset_reinjection
impl UnwindSafe for rtc_reset_reinjection
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