Enum rin::blender::scene_data::PropertyType [−][src]
#[repr(u8)] pub enum PropertyType { String, Int, Float, Array, Group, Id, Double, IdArray, NumTypes, }
Variants
Trait Implementations
impl Clone for PropertyType
[src]
impl Clone for PropertyType
[src]pub fn clone(&self) -> PropertyType
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialEq<PropertyType> for PropertyType
[src]
impl PartialEq<PropertyType> for PropertyType
[src]impl Copy for PropertyType
[src]
impl Eq for PropertyType
[src]
impl StructuralEq for PropertyType
[src]
impl StructuralPartialEq for PropertyType
[src]
Auto Trait Implementations
impl RefUnwindSafe for PropertyType
impl Send for PropertyType
impl Sync for PropertyType
impl Unpin for PropertyType
impl UnwindSafe for PropertyType
Blanket Implementations
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]pub fn equivalent(&self, key: &K) -> bool
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]pub fn to_subset(&self) -> Option<SS>
[src]
pub fn is_in_subset(&self) -> bool
[src]
pub fn to_subset_unchecked(&self) -> SS
[src]
pub fn from_subset(element: &SS) -> SP
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]pub fn to_subset(&self) -> Option<SS>
[src]
pub fn is_in_subset(&self) -> bool
[src]
pub fn to_subset_unchecked(&self) -> SS
[src]
pub fn from_subset(element: &SS) -> SP
[src]
impl<T> Slottable for T where
T: Copy,
[src]
T: Copy,