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