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