#[repr(C)]pub struct PJRT_LoadedExecutable_GetExecutable_Args {
pub struct_size: usize,
pub extension_start: *mut PJRT_Extension_Base,
pub loaded_executable: *mut PJRT_LoadedExecutable,
pub executable: *mut PJRT_Executable,
}Fields§
§struct_size: usize§extension_start: *mut PJRT_Extension_Base§loaded_executable: *mut PJRT_LoadedExecutable§executable: *mut PJRT_ExecutableImplementations§
Source§impl PJRT_LoadedExecutable_GetExecutable_Args
impl PJRT_LoadedExecutable_GetExecutable_Args
pub const STRUCT_SIZE: usize
pub fn new() -> Self
Trait Implementations§
Source§impl Clone for PJRT_LoadedExecutable_GetExecutable_Args
impl Clone for PJRT_LoadedExecutable_GetExecutable_Args
Source§fn clone(&self) -> PJRT_LoadedExecutable_GetExecutable_Args
fn clone(&self) -> PJRT_LoadedExecutable_GetExecutable_Args
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PJRT_LoadedExecutable_GetExecutable_Args
Auto Trait Implementations§
impl !Send for PJRT_LoadedExecutable_GetExecutable_Args
impl !Sync for PJRT_LoadedExecutable_GetExecutable_Args
impl Freeze for PJRT_LoadedExecutable_GetExecutable_Args
impl RefUnwindSafe for PJRT_LoadedExecutable_GetExecutable_Args
impl Unpin for PJRT_LoadedExecutable_GetExecutable_Args
impl UnsafeUnpin for PJRT_LoadedExecutable_GetExecutable_Args
impl UnwindSafe for PJRT_LoadedExecutable_GetExecutable_Args
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