#[repr(C)]pub struct IfrResetButton {
pub header: IfrOpHeader,
pub statement: IfrStatementHeader,
pub deafult_id: DefaultId,
}Fields§
§header: IfrOpHeader§statement: IfrStatementHeader§deafult_id: DefaultIdTrait Implementations§
Source§impl Clone for IfrResetButton
impl Clone for IfrResetButton
Source§fn clone(&self) -> IfrResetButton
fn clone(&self) -> IfrResetButton
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 IfrResetButton
impl Debug for IfrResetButton
impl Copy for IfrResetButton
Auto Trait Implementations§
impl Freeze for IfrResetButton
impl RefUnwindSafe for IfrResetButton
impl Send for IfrResetButton
impl Sync for IfrResetButton
impl Unpin for IfrResetButton
impl UnwindSafe for IfrResetButton
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