pub struct RequestDeviceCallbackInfo {
pub mode: Option<CallbackMode>,
pub callback: RefCell<Option<RequestDeviceCallback>>,
}Fields§
§mode: Option<CallbackMode>§callback: RefCell<Option<RequestDeviceCallback>>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for RequestDeviceCallbackInfo
impl !RefUnwindSafe for RequestDeviceCallbackInfo
impl Send for RequestDeviceCallbackInfo
impl !Sync for RequestDeviceCallbackInfo
impl Unpin for RequestDeviceCallbackInfo
impl UnsafeUnpin for RequestDeviceCallbackInfo
impl !UnwindSafe for RequestDeviceCallbackInfo
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