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