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