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