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