pub struct RSym {
pub value: CString,
}Fields§
§value: CStringTrait Implementations§
Auto Trait Implementations§
impl Freeze for RSym
impl RefUnwindSafe for RSym
impl Send for RSym
impl Sync for RSym
impl Unpin for RSym
impl UnwindSafe for RSym
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