pub struct EncCodedBuffer(/* private fields */);Expand description
Wrapper type representing a buffer created with vaCreateBuffer with VAEncCodedBufferType.
Implementations§
Source§impl EncCodedBuffer
impl EncCodedBuffer
Sourcepub fn id(&self) -> VABufferID
pub fn id(&self) -> VABufferID
Convenience function to return buffer’s VABufferID.
Auto Trait Implementations§
impl !Send for EncCodedBuffer
impl !Sync for EncCodedBuffer
impl Freeze for EncCodedBuffer
impl RefUnwindSafe for EncCodedBuffer
impl Unpin for EncCodedBuffer
impl UnsafeUnpin 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