#[repr(u32)]pub enum AVSideDataProps {
AV_SIDE_DATA_PROP_GLOBAL = 1,
AV_SIDE_DATA_PROP_MULTI = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for AVSideDataProps
impl Clone for AVSideDataProps
Source§fn clone(&self) -> AVSideDataProps
fn clone(&self) -> AVSideDataProps
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 AVSideDataProps
impl Debug for AVSideDataProps
Source§impl Hash for AVSideDataProps
impl Hash for AVSideDataProps
Source§impl PartialEq for AVSideDataProps
impl PartialEq for AVSideDataProps
impl Copy for AVSideDataProps
impl Eq for AVSideDataProps
impl StructuralPartialEq for AVSideDataProps
Auto Trait Implementations§
impl Freeze for AVSideDataProps
impl RefUnwindSafe for AVSideDataProps
impl Send for AVSideDataProps
impl Sync for AVSideDataProps
impl Unpin for AVSideDataProps
impl UnwindSafe for AVSideDataProps
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