#[repr(C)]pub struct IfrVarstoreNameValue {
pub header: IfrOpHeader,
pub var_store_id: VarstoreId,
pub guid: Guid,
}Fields§
§header: IfrOpHeader§var_store_id: VarstoreId§guid: GuidTrait Implementations§
Source§impl Clone for IfrVarstoreNameValue
impl Clone for IfrVarstoreNameValue
Source§fn clone(&self) -> IfrVarstoreNameValue
fn clone(&self) -> IfrVarstoreNameValue
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IfrVarstoreNameValue
impl Debug for IfrVarstoreNameValue
impl Copy for IfrVarstoreNameValue
Auto Trait Implementations§
impl Freeze for IfrVarstoreNameValue
impl RefUnwindSafe for IfrVarstoreNameValue
impl Send for IfrVarstoreNameValue
impl Sync for IfrVarstoreNameValue
impl Unpin for IfrVarstoreNameValue
impl UnwindSafe for IfrVarstoreNameValue
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