Struct windows_sys::Storage::FileProperties::VideoOrientation
[−]#[repr(transparent)]pub struct VideoOrientation(pub i32);
Expand description
Required features: "Storage_FileProperties"
Tuple Fields
0: i32
Implementations
impl VideoOrientation
impl VideoOrientation
Trait Implementations
impl Clone for VideoOrientation
impl Clone for VideoOrientation
impl Copy for VideoOrientation
Auto Trait Implementations
impl RefUnwindSafe for VideoOrientation
impl Send for VideoOrientation
impl Sync for VideoOrientation
impl Unpin for VideoOrientation
impl UnwindSafe for VideoOrientation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more