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