#[repr(C)]pub struct bw_CStrSlice {
pub len: usize,
pub data: *const c_char,
}
Fields§
§len: usize
§data: *const c_char
Trait Implementations§
Source§impl Clone for bw_CStrSlice
impl Clone for bw_CStrSlice
Source§impl From<&str> for bw_CStrSlice
impl From<&str> for bw_CStrSlice
Source§impl<'a> Into<&'a str> for bw_CStrSlice
impl<'a> Into<&'a str> for bw_CStrSlice
Source§impl Into<String> for bw_CStrSlice
impl Into<String> for bw_CStrSlice
impl Copy for bw_CStrSlice
Auto Trait Implementations§
impl Freeze for bw_CStrSlice
impl RefUnwindSafe for bw_CStrSlice
impl !Send for bw_CStrSlice
impl !Sync for bw_CStrSlice
impl Unpin for bw_CStrSlice
impl UnwindSafe for bw_CStrSlice
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