pub struct LegacyNativeOperatorAbi {
pub ferrum_native_abi_version: &'static str,
pub init_symbol: &'static str,
pub descriptor_symbol: &'static str,
}Fields§
§ferrum_native_abi_version: &'static str§init_symbol: &'static str§descriptor_symbol: &'static strTrait Implementations§
Source§impl Clone for LegacyNativeOperatorAbi
impl Clone for LegacyNativeOperatorAbi
Source§fn clone(&self) -> LegacyNativeOperatorAbi
fn clone(&self) -> LegacyNativeOperatorAbi
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 LegacyNativeOperatorAbi
Source§impl Debug for LegacyNativeOperatorAbi
impl Debug for LegacyNativeOperatorAbi
impl Eq for LegacyNativeOperatorAbi
Source§impl PartialEq for LegacyNativeOperatorAbi
impl PartialEq for LegacyNativeOperatorAbi
impl StructuralPartialEq for LegacyNativeOperatorAbi
Auto Trait Implementations§
impl Freeze for LegacyNativeOperatorAbi
impl RefUnwindSafe for LegacyNativeOperatorAbi
impl Send for LegacyNativeOperatorAbi
impl Sync for LegacyNativeOperatorAbi
impl Unpin for LegacyNativeOperatorAbi
impl UnsafeUnpin for LegacyNativeOperatorAbi
impl UnwindSafe for LegacyNativeOperatorAbi
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