#[repr(C)]pub struct Input_InterceptorOptions { /* private fields */ }Available on crate feature
api-12 only.Auto Trait Implementations§
impl Freeze for Input_InterceptorOptions
impl RefUnwindSafe for Input_InterceptorOptions
impl Send for Input_InterceptorOptions
impl Sync for Input_InterceptorOptions
impl Unpin for Input_InterceptorOptions
impl UnwindSafe for Input_InterceptorOptions
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