pub enum EntryPointType<'a> {
V2_1(&'a EntryPoint2_1),
V3_0(&'a EntryPoint3_0),
}Expand description
Type representing the underlying entry point version reference.
Variants§
V2_1(&'a EntryPoint2_1)
V3_0(&'a EntryPoint3_0)
Trait Implementations§
Source§impl<'a> Clone for EntryPointType<'a>
impl<'a> Clone for EntryPointType<'a>
Source§fn clone(&self) -> EntryPointType<'a>
fn clone(&self) -> EntryPointType<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable)§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<'a> Copy for EntryPointType<'a>
Source§impl<'a> Debug for EntryPointType<'a>
impl<'a> Debug for EntryPointType<'a>
Source§impl<'a> PartialEq for EntryPointType<'a>
impl<'a> PartialEq for EntryPointType<'a>
impl<'a> StructuralPartialEq for EntryPointType<'a>
Auto Trait Implementations§
impl<'a> Freeze for EntryPointType<'a>
impl<'a> RefUnwindSafe for EntryPointType<'a>
impl<'a> Send for EntryPointType<'a>
impl<'a> Sync for EntryPointType<'a>
impl<'a> Unpin for EntryPointType<'a>
impl<'a> UnsafeUnpin for EntryPointType<'a>
impl<'a> UnwindSafe for EntryPointType<'a>
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)