Searched defs:V4l2PlaneMutAccessorWithRawBacking (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/rust/crates/v4l2r/lib/src/ |
D | ioctl.rs | 818 pub struct V4l2PlaneMutAccessorWithRawBacking<'a, M: Memory> { struct 823 impl<'a, M: Memory> Deref for V4l2PlaneMutAccessorWithRawBacking<'a, M> { argument 831 impl<'a, M: Memory> DerefMut for V4l2PlaneMutAccessorWithRawBacking<'a, M> { implementation 837 impl<'a, M: Memory> V4l2PlaneMutAccessorWithRawBacking<'a, M> { implementation 871 impl<'a> V4l2PlaneMutAccessorWithRawBacking<'a, Mmap> { impl 881 impl<'a> V4l2PlaneMutAccessorWithRawBacking<'a, UserPtr> { implementation 891 impl<'a> V4l2PlaneMutAccessorWithRawBacking<'a, DmaBuf> { implementation
|