Struct v4l::format::description::Description
source · pub struct Description {
pub index: u32,
pub typ: u32,
pub flags: Flags,
pub description: String,
pub fourcc: FourCC,
}
Expand description
Format description as returned by crate::v4l2::vidioc::VIDIOC_ENUM_FMT
Fields§
§index: u32
§typ: u32
§flags: Flags
§description: String
§fourcc: FourCC
Trait Implementations§
source§impl Debug for Description
impl Debug for Description
source§impl Display for Description
impl Display for Description
Auto Trait Implementations§
impl Freeze for Description
impl RefUnwindSafe for Description
impl Send for Description
impl Sync for Description
impl Unpin for Description
impl UnwindSafe for Description
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