#[repr(C)]pub struct EntryPoint {
pub name: *const c_char,
pub parameters: EntryPointParameters,
pub functionType: ENTRY_POINT_FUNCTION_TYPE_CEnum,
pub pad1C: u32,
}
Fields§
§name: *const c_char
§parameters: EntryPointParameters
§functionType: ENTRY_POINT_FUNCTION_TYPE_CEnum
§pad1C: u32
Trait Implementations§
Source§impl Clone for EntryPoint
impl Clone for EntryPoint
Source§fn clone(&self) -> EntryPoint
fn clone(&self) -> EntryPoint
Returns a copy 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 EntryPoint
impl Debug for EntryPoint
Source§impl Ord for EntryPoint
impl Ord for EntryPoint
Source§fn cmp(&self, other: &EntryPoint) -> Ordering
fn cmp(&self, other: &EntryPoint) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for EntryPoint
impl PartialEq for EntryPoint
Source§impl PartialOrd for EntryPoint
impl PartialOrd for EntryPoint
impl Eq for EntryPoint
impl StructuralPartialEq for EntryPoint
Auto Trait Implementations§
impl Freeze for EntryPoint
impl RefUnwindSafe for EntryPoint
impl !Send for EntryPoint
impl !Sync for EntryPoint
impl Unpin for EntryPoint
impl UnwindSafe for EntryPoint
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