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