Struct pjrt_sys::PJRT_Extension_Base
source · #[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 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 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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)