#[repr(C)]pub struct FileTracer { /* private fields */ }Trait Implementations§
Source§impl ExternType for FileTracer
impl ExternType for FileTracer
impl UniquePtrTarget for FileTracer
Auto Trait Implementations§
impl !Freeze for FileTracer
impl RefUnwindSafe for FileTracer
impl !Send for FileTracer
impl !Sync for FileTracer
impl !Unpin for FileTracer
impl UnwindSafe for FileTracer
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