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