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