pub enum CArg {
String(String),
}Expand description
§The C Argument.
Variants§
Auto Trait Implementations§
impl Freeze for CArg
impl RefUnwindSafe for CArg
impl Send for CArg
impl Sync for CArg
impl Unpin for CArg
impl UnwindSafe for CArg
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