pub struct RawArg(/* private fields */);Expand description
封装C字符串
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RawArg
impl RefUnwindSafe for RawArg
impl !Send for RawArg
impl !Sync for RawArg
impl Unpin for RawArg
impl UnwindSafe for RawArg
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