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