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