pub struct RSymbol {
sexp: SEXP,
}Expand description
Fields§
§sexp: SEXPImplementations§
Auto Trait Implementations§
impl Freeze for RSymbol
impl RefUnwindSafe for RSymbol
impl Send for RSymbol
impl Sync for RSymbol
impl Unpin for RSymbol
impl UnsafeUnpin for RSymbol
impl UnwindSafe for RSymbol
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