struct StreamIo {
handle: Arc<Handle>,
buf_type: Type,
streaming: bool,
}
Expand description
Stream core responsible for DMA-BUF calls
Fields§
§handle: Arc<Handle>
§buf_type: Type
§streaming: bool
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StreamIo
impl RefUnwindSafe for StreamIo
impl Send for StreamIo
impl Sync for StreamIo
impl Unpin for StreamIo
impl UnwindSafe for StreamIo
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