pub struct ConditionalEntryPointINTEL {
pub condition: Word,
pub execution_model: ExecutionModel,
pub entry_point: Word,
pub name: String,
pub interface: Vec<Word>,
}Fields§
§condition: Word§execution_model: ExecutionModel§entry_point: Word§name: String§interface: Vec<Word>Trait Implementations§
Source§impl Clone for ConditionalEntryPointINTEL
impl Clone for ConditionalEntryPointINTEL
Source§fn clone(&self) -> ConditionalEntryPointINTEL
fn clone(&self) -> ConditionalEntryPointINTEL
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ConditionalEntryPointINTEL
impl Debug for ConditionalEntryPointINTEL
Source§impl PartialEq for ConditionalEntryPointINTEL
impl PartialEq for ConditionalEntryPointINTEL
Source§fn eq(&self, other: &ConditionalEntryPointINTEL) -> bool
fn eq(&self, other: &ConditionalEntryPointINTEL) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ConditionalEntryPointINTEL
impl StructuralPartialEq for ConditionalEntryPointINTEL
Auto Trait Implementations§
impl Freeze for ConditionalEntryPointINTEL
impl RefUnwindSafe for ConditionalEntryPointINTEL
impl Send for ConditionalEntryPointINTEL
impl Sync for ConditionalEntryPointINTEL
impl Unpin for ConditionalEntryPointINTEL
impl UnsafeUnpin for ConditionalEntryPointINTEL
impl UnwindSafe for ConditionalEntryPointINTEL
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