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