#[repr(C)]pub struct EntryPointParameters {
pub count: u32,
pub pad04: u32,
pub data: *mut EntryPointParameter,
}
Fields§
§count: u32
§pad04: u32
§data: *mut EntryPointParameter
Trait Implementations§
Source§impl Clone for EntryPointParameters
impl Clone for EntryPointParameters
Source§fn clone(&self) -> EntryPointParameters
fn clone(&self) -> EntryPointParameters
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 EntryPointParameters
impl Debug for EntryPointParameters
Source§impl Ord for EntryPointParameters
impl Ord for EntryPointParameters
Source§fn cmp(&self, other: &EntryPointParameters) -> Ordering
fn cmp(&self, other: &EntryPointParameters) -> 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 EntryPointParameters
impl PartialEq for EntryPointParameters
Source§impl PartialOrd for EntryPointParameters
impl PartialOrd for EntryPointParameters
impl Eq for EntryPointParameters
impl StructuralPartialEq for EntryPointParameters
Auto Trait Implementations§
impl Freeze for EntryPointParameters
impl RefUnwindSafe for EntryPointParameters
impl !Send for EntryPointParameters
impl !Sync for EntryPointParameters
impl Unpin for EntryPointParameters
impl UnwindSafe for EntryPointParameters
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