pub struct VideoConfiguration {
pub resolution: Enum,
pub fps: Enum,
pub dpi: u16,
}Expand description
The configuration data for the video stream of android auto
Fields§
§resolution: EnumDefines the desired resolution for the video stream
fps: EnumThe fps for the video stream
dpi: u16The dots per inch of the display
Trait Implementations§
Source§impl Clone for VideoConfiguration
impl Clone for VideoConfiguration
Source§fn clone(&self) -> VideoConfiguration
fn clone(&self) -> VideoConfiguration
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for VideoConfiguration
impl RefUnwindSafe for VideoConfiguration
impl Send for VideoConfiguration
impl Sync for VideoConfiguration
impl Unpin for VideoConfiguration
impl UnsafeUnpin for VideoConfiguration
impl UnwindSafe for VideoConfiguration
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