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