Struct convey_rs::property::FrameRange
source · pub struct FrameRange {
pub begin: i64,
pub end: i64,
}Fields§
§begin: i64§end: i64Trait Implementations§
source§impl Clone for FrameRange
impl Clone for FrameRange
source§fn clone(&self) -> FrameRange
fn clone(&self) -> FrameRange
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 moresource§impl Debug for FrameRange
impl Debug for FrameRange
source§impl Default for FrameRange
impl Default for FrameRange
source§fn default() -> FrameRange
fn default() -> FrameRange
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for FrameRange
impl<'de> Deserialize<'de> for FrameRange
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
Auto Trait Implementations§
impl Freeze for FrameRange
impl RefUnwindSafe for FrameRange
impl Send for FrameRange
impl Sync for FrameRange
impl Unpin for FrameRange
impl UnwindSafe for FrameRange
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