Struct cros_libva::buffer::EncCodedBuffer
source · pub struct EncCodedBuffer(/* private fields */);Expand description
Wrapper type representing a buffer created with vaCreateBuffer with VAEncCodedBufferType.
Implementations§
Auto Trait Implementations§
impl Freeze for EncCodedBuffer
impl RefUnwindSafe for EncCodedBuffer
impl !Send for EncCodedBuffer
impl !Sync for EncCodedBuffer
impl Unpin for EncCodedBuffer
impl UnwindSafe for EncCodedBuffer
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