#[repr(C)]pub struct EntryPointFunction { /* private fields */ }
Implementations§
Source§impl EntryPointFunction
impl EntryPointFunction
Sourcepub fn from_entry_point_function(
entry_point_function: ENTRY_POINT_FUNCTION,
) -> Option<NonNull<EntryPointFunction>>
pub fn from_entry_point_function( entry_point_function: ENTRY_POINT_FUNCTION, ) -> Option<NonNull<EntryPointFunction>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EntryPointFunction
impl RefUnwindSafe for EntryPointFunction
impl !Send for EntryPointFunction
impl !Sync for EntryPointFunction
impl Unpin for EntryPointFunction
impl UnwindSafe for EntryPointFunction
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