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