Struct libR_sys::R_hashtab_type
source · #[repr(C)]pub struct R_hashtab_type {
pub cell: SEXP,
}
Expand description
try to allow some type checking
Fields§
§cell: SEXP
Trait Implementations§
source§impl Clone for R_hashtab_type
impl Clone for R_hashtab_type
source§fn clone(&self) -> R_hashtab_type
fn clone(&self) -> R_hashtab_type
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 R_hashtab_type
impl Debug for R_hashtab_type
impl Copy for R_hashtab_type
Auto Trait Implementations§
impl Freeze for R_hashtab_type
impl RefUnwindSafe for R_hashtab_type
impl !Send for R_hashtab_type
impl !Sync for R_hashtab_type
impl Unpin for R_hashtab_type
impl UnwindSafe for R_hashtab_type
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
)