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