#[repr(C)]pub struct VideoResolution {
pub width: u32,
pub height: u32,
}Fields§
§width: u32§height: u32Trait Implementations§
Source§impl Debug for VideoResolution
impl Debug for VideoResolution
Source§impl ExternType for VideoResolution
impl ExternType for VideoResolution
Auto Trait Implementations§
impl Freeze for VideoResolution
impl RefUnwindSafe for VideoResolution
impl Send for VideoResolution
impl Sync for VideoResolution
impl Unpin for VideoResolution
impl UnsafeUnpin for VideoResolution
impl UnwindSafe for VideoResolution
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