#[repr(C)]pub struct IfrRef4 {
pub header: IfrOpHeader,
pub question: IfrQuestionHeader,
pub form_id: FormId,
pub question_id: QuestionId,
pub form_set_id: Guid,
pub device_path: StringId,
}Fields§
§header: IfrOpHeader§question: IfrQuestionHeader§form_id: FormId§question_id: QuestionId§form_set_id: Guid§device_path: StringIdTrait Implementations§
Auto Trait Implementations§
impl Freeze for IfrRef4
impl RefUnwindSafe for IfrRef4
impl Send for IfrRef4
impl Sync for IfrRef4
impl Unpin for IfrRef4
impl UnwindSafe for IfrRef4
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