#[repr(C)]pub struct ProfileBufferUnownedCString {
    pub mCString: *const i8,
}Fields§
§mCString: *const i8Trait Implementations§
Source§impl Clone for ProfileBufferUnownedCString
 
impl Clone for ProfileBufferUnownedCString
Source§fn clone(&self) -> ProfileBufferUnownedCString
 
fn clone(&self) -> ProfileBufferUnownedCString
Returns a duplicate 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 moreSource§impl Debug for ProfileBufferUnownedCString
 
impl Debug for ProfileBufferUnownedCString
impl Copy for ProfileBufferUnownedCString
impl StructuralPartialEq for ProfileBufferUnownedCString
Auto Trait Implementations§
impl Freeze for ProfileBufferUnownedCString
impl RefUnwindSafe for ProfileBufferUnownedCString
impl !Send for ProfileBufferUnownedCString
impl !Sync for ProfileBufferUnownedCString
impl Unpin for ProfileBufferUnownedCString
impl UnwindSafe for ProfileBufferUnownedCString
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
Source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
Source§impl<T> Filterable for T
 
impl<T> Filterable for T
Source§fn filterable(
    self,
    filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
 
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. Read more