pub struct DequeueBufferEvent { /* private fields */ }Implementations§
Source§impl DequeueBufferEvent
impl DequeueBufferEvent
pub fn new(session_id: u32, v4l2_buffer: V4l2Buffer) -> Self
Trait Implementations§
Source§impl Debug for DequeueBufferEvent
impl Debug for DequeueBufferEvent
Auto Trait Implementations§
impl Freeze for DequeueBufferEvent
impl RefUnwindSafe for DequeueBufferEvent
impl Send for DequeueBufferEvent
impl Sync for DequeueBufferEvent
impl Unpin for DequeueBufferEvent
impl UnsafeUnpin for DequeueBufferEvent
impl UnwindSafe for DequeueBufferEvent
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