pub struct GdkD3D12Texture { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for GdkD3D12Texture
impl RefUnwindSafe for GdkD3D12Texture
impl !Send for GdkD3D12Texture
impl !Sync for GdkD3D12Texture
impl !Unpin for GdkD3D12Texture
impl UnwindSafe for GdkD3D12Texture
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