#[repr(C)]pub struct IfrStringRef1 {
pub header: IfrOpHeader,
pub string_id: StringId,
}Fields§
§header: IfrOpHeader§string_id: StringIdTrait Implementations§
Source§impl Clone for IfrStringRef1
impl Clone for IfrStringRef1
Source§fn clone(&self) -> IfrStringRef1
fn clone(&self) -> IfrStringRef1
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 IfrStringRef1
impl Debug for IfrStringRef1
impl Copy for IfrStringRef1
Auto Trait Implementations§
impl Freeze for IfrStringRef1
impl RefUnwindSafe for IfrStringRef1
impl Send for IfrStringRef1
impl Sync for IfrStringRef1
impl Unpin for IfrStringRef1
impl UnwindSafe for IfrStringRef1
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