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