Struct MediaRotation
#[repr(transparent)]pub struct MediaRotation(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl MediaRotation
impl MediaRotation
pub const None: Self = _
pub const Clockwise90Degrees: Self = _
pub const Clockwise180Degrees: Self = _
pub const Clockwise270Degrees: Self = _
Trait Implementations§
§impl Clone for MediaRotation
impl Clone for MediaRotation
§fn clone(&self) -> MediaRotation
fn clone(&self) -> MediaRotation
Returns a copy 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 more§impl Debug for MediaRotation
impl Debug for MediaRotation
§impl Default for MediaRotation
impl Default for MediaRotation
§fn default() -> MediaRotation
fn default() -> MediaRotation
Returns the “default value” for a type. Read more
§impl PartialEq for MediaRotation
impl PartialEq for MediaRotation
impl Copy for MediaRotation
impl Eq for MediaRotation
impl StructuralPartialEq for MediaRotation
Auto Trait Implementations§
impl Freeze for MediaRotation
impl RefUnwindSafe for MediaRotation
impl Send for MediaRotation
impl Sync for MediaRotation
impl Unpin for MediaRotation
impl UnwindSafe for MediaRotation
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