struct RawCap {
fourcc: u32,
min_width: u32,
min_height: u32,
max_width: u32,
max_height: u32,
}Fields§
§fourcc: u32§min_width: u32§min_height: u32§max_width: u32§max_height: u32Auto Trait Implementations§
impl Freeze for RawCap
impl RefUnwindSafe for RawCap
impl Send for RawCap
impl Sync for RawCap
impl Unpin for RawCap
impl UnwindSafe for RawCap
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