pub enum ReferenceFrameType {
Intra = 0,
Last = 1,
Golden = 2,
AltRef = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for ReferenceFrameType
impl Clone for ReferenceFrameType
Source§fn clone(&self) -> ReferenceFrameType
fn clone(&self) -> ReferenceFrameType
Returns a duplicate 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 ReferenceFrameType
impl Debug for ReferenceFrameType
Source§impl PartialEq for ReferenceFrameType
impl PartialEq for ReferenceFrameType
Source§impl TryFrom<u32> for ReferenceFrameType
impl TryFrom<u32> for ReferenceFrameType
impl Copy for ReferenceFrameType
impl Eq for ReferenceFrameType
impl StructuralPartialEq for ReferenceFrameType
Auto Trait Implementations§
impl Freeze for ReferenceFrameType
impl RefUnwindSafe for ReferenceFrameType
impl Send for ReferenceFrameType
impl Sync for ReferenceFrameType
impl Unpin for ReferenceFrameType
impl UnwindSafe for ReferenceFrameType
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