[−][src]Struct windows_media_transcoding_bindings::windows::storage::file_properties::PhotoOrientation
Implementations
impl PhotoOrientation[src]
pub const Unspecified: Self[src]
pub const Normal: Self[src]
pub const FlipHorizontal: Self[src]
pub const Rotate180: Self[src]
pub const FlipVertical: Self[src]
pub const Transpose: Self[src]
pub const Rotate270: Self[src]
pub const Transverse: Self[src]
pub const Rotate90: Self[src]
Trait Implementations
impl AbiTransferable for PhotoOrientation[src]
type Abi = i32
fn get_abi(&self) -> Self::Abi[src]
fn set_abi(&mut self) -> *mut Self::Abi[src]
fn from_abi(abi: &Self::Abi) -> &Self
fn from_mut_abi(abi: &mut Self::Abi) -> &mut Self
unsafe fn slice_from_abi<'a>(abi: *const Self::Abi, len: usize) -> &'a [Self]
unsafe fn slice_from_mut_abi<'a>(
abi: *mut Self::Abi,
len: usize
) -> &'a mut [Self]
abi: *mut Self::Abi,
len: usize
) -> &'a mut [Self]
fn into_abi(self) -> Self::Abi
impl Clone for PhotoOrientation[src]
fn clone(&self) -> PhotoOrientation[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for PhotoOrientation[src]
impl Debug for PhotoOrientation[src]
impl Default for PhotoOrientation[src]
fn default() -> PhotoOrientation[src]
impl Eq for PhotoOrientation[src]
impl PartialEq<PhotoOrientation> for PhotoOrientation[src]
fn eq(&self, other: &PhotoOrientation) -> bool[src]
fn ne(&self, other: &PhotoOrientation) -> bool[src]
impl RuntimeType for PhotoOrientation[src]
impl StructuralEq for PhotoOrientation[src]
impl StructuralPartialEq for PhotoOrientation[src]
Auto Trait Implementations
impl RefUnwindSafe for PhotoOrientation
impl Send for PhotoOrientation
impl Sync for PhotoOrientation
impl Unpin for PhotoOrientation
impl UnwindSafe for PhotoOrientation
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,