#[repr(C)]pub struct FerrumNativeOperatorDescriptorV2 {
pub struct_size: u32,
pub ferrum_native_abi_version: u32,
pub operator_name: *const c_char,
pub operator_abi_version: *const c_char,
pub g03_catalog_sha256: *const c_char,
pub abi_contract_sha256: *const c_char,
}Fields§
§struct_size: u32§ferrum_native_abi_version: u32§operator_name: *const c_char§operator_abi_version: *const c_char§g03_catalog_sha256: *const c_char§abi_contract_sha256: *const c_charTrait Implementations§
Source§impl Clone for FerrumNativeOperatorDescriptorV2
impl Clone for FerrumNativeOperatorDescriptorV2
Source§fn clone(&self) -> FerrumNativeOperatorDescriptorV2
fn clone(&self) -> FerrumNativeOperatorDescriptorV2
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 FerrumNativeOperatorDescriptorV2
Auto Trait Implementations§
impl !Send for FerrumNativeOperatorDescriptorV2
impl !Sync for FerrumNativeOperatorDescriptorV2
impl Freeze for FerrumNativeOperatorDescriptorV2
impl RefUnwindSafe for FerrumNativeOperatorDescriptorV2
impl Unpin for FerrumNativeOperatorDescriptorV2
impl UnsafeUnpin for FerrumNativeOperatorDescriptorV2
impl UnwindSafe for FerrumNativeOperatorDescriptorV2
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