Struct browser_window::prelude::cbw_StrSlice [−]
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: u32
data: *mut i8
Implementations
impl cbw_StrSlice
impl cbw_StrSlice
pub fn empty() -> cbw_StrSlice
Trait Implementations
impl Clone for cbw_StrSlice
impl Clone for cbw_StrSlice
pub fn clone(&self) -> cbw_StrSlice
pub fn clone(&self) -> cbw_StrSlice
Returns a copy of the value. Read more
Performs copy-assignment from source
. Read more
impl Debug for cbw_StrSlice
impl Debug for cbw_StrSlice
impl<'a> Into<&'a str> for cbw_StrSlice
impl<'a> Into<&'a str> for cbw_StrSlice
impl Into<String> for cbw_StrSlice
impl Into<String> for cbw_StrSlice
impl Copy for cbw_StrSlice
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