Struct v4l2r::decoder::FormatChangedReply  
source · pub struct FormatChangedReply<P: HandlesProvider> {
    pub provider: P,
    pub mem_type: <P::HandleType as BufferHandles>::SupportedMemoryType,
    pub num_buffers: usize,
}Fields§
§provider: P§mem_type: <P::HandleType as BufferHandles>::SupportedMemoryType§num_buffers: usizeAuto Trait Implementations§
impl<P> Freeze for FormatChangedReply<P>where
    P: Freeze,
    <<P as HandlesProvider>::HandleType as BufferHandles>::SupportedMemoryType: Freeze,
impl<P> RefUnwindSafe for FormatChangedReply<P>where
    P: RefUnwindSafe,
    <<P as HandlesProvider>::HandleType as BufferHandles>::SupportedMemoryType: RefUnwindSafe,
impl<P> Send for FormatChangedReply<P>
impl<P> Sync for FormatChangedReply<P>
impl<P> Unpin for FormatChangedReply<P>
impl<P> UnwindSafe for FormatChangedReply<P>where
    P: UnwindSafe,
    <<P as HandlesProvider>::HandleType as BufferHandles>::SupportedMemoryType: UnwindSafe,
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