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