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