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