#[repr(transparent)]pub struct VideoRotation {
pub repr: i32,
}Fields§
§repr: i32Implementations§
Source§impl VideoRotation
impl VideoRotation
pub const VideoRotation0: Self
pub const VideoRotation90: Self
pub const VideoRotation180: Self
pub const VideoRotation270: Self
Trait Implementations§
Source§impl Clone for VideoRotation
impl Clone for VideoRotation
Source§impl Debug for VideoRotation
impl Debug for VideoRotation
Source§impl ExternType for VideoRotation
impl ExternType for VideoRotation
Source§impl PartialEq for VideoRotation
impl PartialEq for VideoRotation
impl Copy for VideoRotation
impl Eq for VideoRotation
impl StructuralPartialEq for VideoRotation
Auto Trait Implementations§
impl Freeze for VideoRotation
impl RefUnwindSafe for VideoRotation
impl Send for VideoRotation
impl Sync for VideoRotation
impl Unpin for VideoRotation
impl UnwindSafe for VideoRotation
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