Enum libR_sys::NativeSymbolType
source · #[repr(u32)]pub enum NativeSymbolType {
R_ANY_SYM = 0,
R_C_SYM = 1,
R_CALL_SYM = 2,
R_FORTRAN_SYM = 3,
R_EXTERNAL_SYM = 4,
}
Variants§
Trait Implementations§
source§impl Clone for NativeSymbolType
impl Clone for NativeSymbolType
source§fn clone(&self) -> NativeSymbolType
fn clone(&self) -> NativeSymbolType
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 NativeSymbolType
impl Debug for NativeSymbolType
source§impl Hash for NativeSymbolType
impl Hash for NativeSymbolType
source§impl PartialEq for NativeSymbolType
impl PartialEq for NativeSymbolType
impl Copy for NativeSymbolType
impl Eq for NativeSymbolType
impl StructuralPartialEq for NativeSymbolType
Auto Trait Implementations§
impl Freeze for NativeSymbolType
impl RefUnwindSafe for NativeSymbolType
impl Send for NativeSymbolType
impl Sync for NativeSymbolType
impl Unpin for NativeSymbolType
impl UnwindSafe for NativeSymbolType
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
)