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