#[repr(C)]pub struct IfrAction1 {
pub header: IfrOpHeader,
pub question: IfrQuestionHeader,
}Fields§
§header: IfrOpHeader§question: IfrQuestionHeaderTrait Implementations§
Source§impl Clone for IfrAction1
impl Clone for IfrAction1
Source§fn clone(&self) -> IfrAction1
fn clone(&self) -> IfrAction1
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 moreimpl Copy for IfrAction1
Auto Trait Implementations§
impl Freeze for IfrAction1
impl RefUnwindSafe for IfrAction1
impl Send for IfrAction1
impl Sync for IfrAction1
impl Unpin for IfrAction1
impl UnwindSafe for IfrAction1
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