pub struct HBRef { /* private fields */ }
Expand description
A reference-counting pointer to an AHardwareBuffer.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HBRef
impl RefUnwindSafe for HBRef
impl !Send for HBRef
impl !Sync for HBRef
impl Unpin for HBRef
impl UnwindSafe for HBRef
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