pub struct PrintHookHandle { /* private fields */ }Expand description
A print hook handle.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PrintHookHandle
impl RefUnwindSafe for PrintHookHandle
impl !Send for PrintHookHandle
impl !Sync for PrintHookHandle
impl Unpin for PrintHookHandle
impl UnwindSafe for PrintHookHandle
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