#[repr(C)]pub struct SprintfAppend {
pub _base: PrintfTarget,
pub mBuf: *mut c_char,
pub mBufLen: usize,
}
Fields§
§_base: PrintfTarget
§mBuf: *mut c_char
§mBufLen: usize
Trait Implementations§
Source§impl Debug for SprintfAppend
impl Debug for SprintfAppend
Source§impl PartialEq for SprintfAppend
impl PartialEq for SprintfAppend
impl StructuralPartialEq for SprintfAppend
Auto Trait Implementations§
impl Freeze for SprintfAppend
impl RefUnwindSafe for SprintfAppend
impl !Send for SprintfAppend
impl !Sync for SprintfAppend
impl Unpin for SprintfAppend
impl UnwindSafe for SprintfAppend
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> 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