Struct rutabaga_gfx::kumquat_support::RutabagaWritePipe
source · pub struct RutabagaWritePipe {
descriptor: OwnedDescriptor,
}
Fields§
§descriptor: OwnedDescriptor
Implementations§
Trait Implementations§
source§impl AsBorrowedDescriptor for WritePipe
impl AsBorrowedDescriptor for WritePipe
fn as_borrowed_descriptor(&self) -> &OwnedDescriptor
source§impl AsRawDescriptor for WritePipe
impl AsRawDescriptor for WritePipe
source§fn as_raw_descriptor(&self) -> RawDescriptor
fn as_raw_descriptor(&self) -> RawDescriptor
Returns the underlying raw descriptor. Read more
Auto Trait Implementations§
impl RefUnwindSafe for WritePipe
impl Send for WritePipe
impl Sync for WritePipe
impl Unpin for WritePipe
impl UnwindSafe for WritePipe
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