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