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