Struct browser_window_core::prelude::cbw_CStrSlice [−][src]
Expand description
A ‘const string slice’ Points to a immutable, non-zero-terminated, UTF-8 encoded string. Using rust’s string’s memory layout.
Fields
len: u64
data: *const i8
Implementations
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for cbw_CStrSlice
impl !Send for cbw_CStrSlice
impl !Sync for cbw_CStrSlice
impl Unpin for cbw_CStrSlice
impl UnwindSafe for cbw_CStrSlice
Blanket Implementations
Mutably borrows from an owned value. Read more