pub struct ManagedSurfaceProviderDestroyRequest {
pub surface_id: String,
pub provider: ManagedSurfaceProvider,
pub role: Option<SurfaceRole>,
}Fields§
§surface_id: String§provider: ManagedSurfaceProvider§role: Option<SurfaceRole>Trait Implementations§
impl Eq for ManagedSurfaceProviderDestroyRequest
impl StructuralPartialEq for ManagedSurfaceProviderDestroyRequest
Auto Trait Implementations§
impl Freeze for ManagedSurfaceProviderDestroyRequest
impl RefUnwindSafe for ManagedSurfaceProviderDestroyRequest
impl Send for ManagedSurfaceProviderDestroyRequest
impl Sync for ManagedSurfaceProviderDestroyRequest
impl Unpin for ManagedSurfaceProviderDestroyRequest
impl UnsafeUnpin for ManagedSurfaceProviderDestroyRequest
impl UnwindSafe for ManagedSurfaceProviderDestroyRequest
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