#[repr(C)]pub struct IfrRef5 {
pub header: IfrOpHeader,
pub question: IfrQuestionHeader,
}Fields§
§header: IfrOpHeader§question: IfrQuestionHeaderTrait Implementations§
Auto Trait Implementations§
impl Freeze for IfrRef5
impl RefUnwindSafe for IfrRef5
impl Send for IfrRef5
impl Sync for IfrRef5
impl Unpin for IfrRef5
impl UnwindSafe for IfrRef5
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