#[repr(C)]pub struct PJRT_Extension_Base {
pub struct_size: usize,
pub type_: PJRT_Extension_Type,
pub next: *mut PJRT_Extension_Base,
}Fields§
§struct_size: usize§type_: PJRT_Extension_Type§next: *mut PJRT_Extension_BaseImplementations§
Source§impl PJRT_Extension_Base
impl PJRT_Extension_Base
pub const STRUCT_SIZE: usize = 24usize
pub fn new() -> Self
Trait Implementations§
Source§impl Clone for PJRT_Extension_Base
impl Clone for PJRT_Extension_Base
Source§fn clone(&self) -> PJRT_Extension_Base
fn clone(&self) -> PJRT_Extension_Base
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PJRT_Extension_Base
impl Debug for PJRT_Extension_Base
Source§impl Default for PJRT_Extension_Base
impl Default for PJRT_Extension_Base
impl Copy for PJRT_Extension_Base
Auto Trait Implementations§
impl Freeze for PJRT_Extension_Base
impl RefUnwindSafe for PJRT_Extension_Base
impl !Send for PJRT_Extension_Base
impl !Sync for PJRT_Extension_Base
impl Unpin for PJRT_Extension_Base
impl UnwindSafe for PJRT_Extension_Base
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)