Struct rutabaga_gfx::RutabagaHandle
pub struct RutabagaHandle {
pub os_handle: OwnedDescriptor,
pub handle_type: u32,
}
Expand description
Handle to OS-specific memory or synchronization objects.
Fields§
§os_handle: OwnedDescriptor
§handle_type: u32
Implementations§
§impl MesaHandle
impl MesaHandle
pub fn try_clone(&self) -> Result<MesaHandle, MesaError>
pub fn try_clone(&self) -> Result<MesaHandle, MesaError>
Clones an existing Mesahandle, by using OS specific mechanisms.
Trait Implementations§
§impl Debug for MesaHandle
impl Debug for MesaHandle
§impl From<Event> for MesaHandle
impl From<Event> for MesaHandle
§fn from(evt: Event) -> MesaHandle
fn from(evt: Event) -> MesaHandle
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for MesaHandle
impl RefUnwindSafe for MesaHandle
impl Send for MesaHandle
impl Sync for MesaHandle
impl Unpin for MesaHandle
impl UnwindSafe for MesaHandle
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