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