Struct cros_libva::buffer::RcFlags
source · pub struct RcFlags(/* private fields */);Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RcFlags
impl RefUnwindSafe for RcFlags
impl Send for RcFlags
impl Sync for RcFlags
impl Unpin for RcFlags
impl UnwindSafe for RcFlags
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