#[repr(C)]pub struct BLStringView {
pub data: *const c_char,
pub size: usize,
}Fields§
§data: *const c_char§size: usizeTrait Implementations§
Source§impl Clone for BLStringView
impl Clone for BLStringView
Source§fn clone(&self) -> BLStringView
fn clone(&self) -> BLStringView
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BLStringView
Auto Trait Implementations§
impl Freeze for BLStringView
impl RefUnwindSafe for BLStringView
impl !Send for BLStringView
impl !Sync for BLStringView
impl Unpin for BLStringView
impl UnwindSafe for BLStringView
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