pub struct PHVideoRequestOptionsDeliveryMode(pub i64);Expand description
Wraps PHVideoRequestOptionsDeliveryMode.
Tuple Fields§
§0: i64Raw value for PHVideoRequestOptionsDeliveryMode.
Implementations§
Source§impl PHVideoRequestOptionsDeliveryMode
impl PHVideoRequestOptionsDeliveryMode
Sourcepub const HIGH_QUALITY_FORMAT: Self
pub const HIGH_QUALITY_FORMAT: Self
Constant on PHVideoRequestOptionsDeliveryMode.
Sourcepub const MEDIUM_QUALITY_FORMAT: Self
pub const MEDIUM_QUALITY_FORMAT: Self
Constant on PHVideoRequestOptionsDeliveryMode.
Sourcepub const FAST_FORMAT: Self
pub const FAST_FORMAT: Self
Constant on PHVideoRequestOptionsDeliveryMode.
Trait Implementations§
Source§impl Clone for PHVideoRequestOptionsDeliveryMode
impl Clone for PHVideoRequestOptionsDeliveryMode
Source§fn clone(&self) -> PHVideoRequestOptionsDeliveryMode
fn clone(&self) -> PHVideoRequestOptionsDeliveryMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for PHVideoRequestOptionsDeliveryMode
impl<'de> Deserialize<'de> for PHVideoRequestOptionsDeliveryMode
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PHVideoRequestOptionsDeliveryMode
impl PartialEq for PHVideoRequestOptionsDeliveryMode
Source§fn eq(&self, other: &PHVideoRequestOptionsDeliveryMode) -> bool
fn eq(&self, other: &PHVideoRequestOptionsDeliveryMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PHVideoRequestOptionsDeliveryMode
impl Eq for PHVideoRequestOptionsDeliveryMode
impl StructuralPartialEq for PHVideoRequestOptionsDeliveryMode
Auto Trait Implementations§
impl Freeze for PHVideoRequestOptionsDeliveryMode
impl RefUnwindSafe for PHVideoRequestOptionsDeliveryMode
impl Send for PHVideoRequestOptionsDeliveryMode
impl Sync for PHVideoRequestOptionsDeliveryMode
impl Unpin for PHVideoRequestOptionsDeliveryMode
impl UnsafeUnpin for PHVideoRequestOptionsDeliveryMode
impl UnwindSafe for PHVideoRequestOptionsDeliveryMode
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