Struct browser_window_core::prelude::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: u64
data: *mut i8
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