pub struct AssociateDeviceForCastingUnsupported {}
Expand description
Unsupported! Undocumented method device.associateDeviceForCasting()
Auto Trait Implementations§
impl Freeze for AssociateDeviceForCastingUnsupported
impl RefUnwindSafe for AssociateDeviceForCastingUnsupported
impl Send for AssociateDeviceForCastingUnsupported
impl Sync for AssociateDeviceForCastingUnsupported
impl Unpin for AssociateDeviceForCastingUnsupported
impl UnwindSafe for AssociateDeviceForCastingUnsupported
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