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