#[repr(C)]pub struct IfrNumeric {
pub header: IfrOpHeader,
pub question: IfrQuestionHeader,
pub flags: u8,
pub data: IfrNumericData,
}Fields§
§header: IfrOpHeader§question: IfrQuestionHeader§flags: u8§data: IfrNumericDataTrait Implementations§
Source§impl Clone for IfrNumeric
impl Clone for IfrNumeric
Source§fn clone(&self) -> IfrNumeric
fn clone(&self) -> IfrNumeric
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IfrNumeric
Auto Trait Implementations§
impl Freeze for IfrNumeric
impl RefUnwindSafe for IfrNumeric
impl Send for IfrNumeric
impl Sync for IfrNumeric
impl Unpin for IfrNumeric
impl UnwindSafe for IfrNumeric
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