Struct browser_window_c::cbw_StrSlice [−][src]
Expand description
A ‘string slice’ Points to a mutable, non-zero-terminated, UTF-8 encoded string. Using rust’s string’s memory layout.
Fields
len: csize_t
data: *mut c_char
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for cbw_StrSlice
impl !Send for cbw_StrSlice
impl !Sync for cbw_StrSlice
impl Unpin for cbw_StrSlice
impl UnwindSafe for cbw_StrSlice
Blanket Implementations
Mutably borrows from an owned value. Read more