pub struct PoolExportDescriptor {
pub shareable_handle_type: ShareableHandleType,
pub pool_device: i32,
}Expand description
Descriptor for exporting a pool for IPC sharing.
Fields§
The handle type to use for sharing.
pool_device: i32The device ordinal that owns the pool.
Trait Implementations§
Source§impl Clone for PoolExportDescriptor
impl Clone for PoolExportDescriptor
Source§fn clone(&self) -> PoolExportDescriptor
fn clone(&self) -> PoolExportDescriptor
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PoolExportDescriptor
impl Debug for PoolExportDescriptor
Source§impl PartialEq for PoolExportDescriptor
impl PartialEq for PoolExportDescriptor
impl Copy for PoolExportDescriptor
impl Eq for PoolExportDescriptor
impl StructuralPartialEq for PoolExportDescriptor
Auto Trait Implementations§
impl Freeze for PoolExportDescriptor
impl RefUnwindSafe for PoolExportDescriptor
impl Send for PoolExportDescriptor
impl Sync for PoolExportDescriptor
impl Unpin for PoolExportDescriptor
impl UnsafeUnpin for PoolExportDescriptor
impl UnwindSafe for PoolExportDescriptor
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