#[repr(C)]pub struct EntryPointParameter {
pub name: *const c_char,
pub nonActor: bool,
pub pad09: u8,
pub pad0A: u16,
pub pad0C: u32,
}
Fields§
§name: *const c_char
§nonActor: bool
§pad09: u8
§pad0A: u16
§pad0C: u32
Trait Implementations§
Source§impl Clone for EntryPointParameter
impl Clone for EntryPointParameter
Source§fn clone(&self) -> EntryPointParameter
fn clone(&self) -> EntryPointParameter
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 EntryPointParameter
impl Debug for EntryPointParameter
Source§impl Ord for EntryPointParameter
impl Ord for EntryPointParameter
Source§fn cmp(&self, other: &EntryPointParameter) -> Ordering
fn cmp(&self, other: &EntryPointParameter) -> 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 EntryPointParameter
impl PartialEq for EntryPointParameter
Source§impl PartialOrd for EntryPointParameter
impl PartialOrd for EntryPointParameter
impl Eq for EntryPointParameter
impl StructuralPartialEq for EntryPointParameter
Auto Trait Implementations§
impl Freeze for EntryPointParameter
impl RefUnwindSafe for EntryPointParameter
impl !Send for EntryPointParameter
impl !Sync for EntryPointParameter
impl Unpin for EntryPointParameter
impl UnwindSafe for EntryPointParameter
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