Struct oxygengine_user_interface::widget::component::interactive::navigation::NavJumpLooped [−][src]
pub struct NavJumpLooped;
Trait Implementations
impl Clone for NavJumpLooped[src]
impl Clone for NavJumpLooped[src]pub fn clone(&self) -> NavJumpLooped[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for NavJumpLooped[src]
impl Copy for NavJumpLooped[src]impl Default for NavJumpLooped[src]
impl Default for NavJumpLooped[src]pub fn default() -> NavJumpLooped[src]
impl<'de> Deserialize<'de> for NavJumpLooped[src]
impl<'de> Deserialize<'de> for NavJumpLooped[src]pub fn deserialize<__D>(
__deserializer: __D
) -> Result<NavJumpLooped, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>, [src]
__deserializer: __D
) -> Result<NavJumpLooped, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
impl Eq for NavJumpLooped[src]
impl Eq for NavJumpLooped[src]impl PartialEq<NavJumpLooped> for NavJumpLooped[src]
impl PartialEq<NavJumpLooped> for NavJumpLooped[src]impl Prefab for NavJumpLooped[src]
impl Prefab for NavJumpLooped[src]pub fn from_prefab(data: Value) -> Result<Self, PrefabError>[src]
pub fn to_prefab(&self) -> Result<Value, PrefabError>[src]
impl PropsData for NavJumpLooped where
NavJumpLooped: Clone, [src]
impl PropsData for NavJumpLooped where
NavJumpLooped: Clone, [src]impl Serialize for NavJumpLooped[src]
impl Serialize for NavJumpLooped[src]pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer, [src]
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
impl StructuralEq for NavJumpLooped[src]
impl StructuralEq for NavJumpLooped[src]impl StructuralPartialEq for NavJumpLooped[src]
impl StructuralPartialEq for NavJumpLooped[src]Auto Trait Implementations
impl RefUnwindSafe for NavJumpLooped
impl RefUnwindSafe for NavJumpLoopedimpl Send for NavJumpLooped
impl Send for NavJumpLoopedimpl Sync for NavJumpLooped
impl Sync for NavJumpLoopedimpl Unpin for NavJumpLooped
impl Unpin for NavJumpLoopedimpl UnwindSafe for NavJumpLooped
impl UnwindSafe for NavJumpLoopedBlanket Implementations
impl<T> Any for T where
T: Any,
impl<T> Any for T where
T: Any, pub fn get_type_id(&self) -> TypeId
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]impl<T> TryDefault for T where
T: Default,
impl<T> TryDefault for T where
T: Default,