pub struct VirglHandle {
pub os_handle: OwnedFd,
pub handle_type: u32,
}Fields§
§os_handle: OwnedFd§handle_type: u32Auto Trait Implementations§
impl Freeze for VirglHandle
impl RefUnwindSafe for VirglHandle
impl Send for VirglHandle
impl Sync for VirglHandle
impl Unpin for VirglHandle
impl UnsafeUnpin for VirglHandle
impl UnwindSafe for VirglHandle
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