pub struct FrameSize {
pub index: u32,
pub fourcc: FourCC,
pub typ: u32,
pub size: FrameSizeEnum,
}
Expand description
Format description as returned by crate::v4l2::vidioc::VIDIOC_ENUM_FRAMESIZES
Fields§
§index: u32
§fourcc: FourCC
§typ: u32
§size: FrameSizeEnum
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FrameSize
impl RefUnwindSafe for FrameSize
impl Send for FrameSize
impl Sync for FrameSize
impl Unpin for FrameSize
impl UnwindSafe for FrameSize
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