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