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