Enum oxygengine_user_interface::widget::component::interactive::navigation::NavScroll [−][src]
Variants
(factor location, relative)
DirectFactor(WidgetIdOrRef, Vec2, bool)
(scroll view id or ref, factor location, relative)
(local space units location, relative)
DirectUnits(WidgetIdOrRef, Vec2, bool)
(scroll view id or ref, local space units location, relative)
Widget(WidgetIdOrRef, Vec2)
(id or ref, widget local space anchor point)
(factor, content to container ratio, relative)
Trait Implementations
impl Clone for NavScroll
[src]
impl Debug for NavScroll
[src]
impl<'de> Deserialize<'de> for NavScroll
[src]
pub fn deserialize<__D>(
__deserializer: __D
) -> Result<NavScroll, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
[src]
__deserializer: __D
) -> Result<NavScroll, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
impl Serialize for NavScroll
[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,
Auto Trait Implementations
impl RefUnwindSafe for NavScroll
impl Send for NavScroll
impl Sync for NavScroll
impl Unpin for NavScroll
impl UnwindSafe for NavScroll
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Any for T where
T: Any,
T: Any,
pub fn get_type_id(&self) -> TypeId
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> Event for T where
T: Send + Sync + 'static,
T: Send + Sync + 'static,
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Resource for T where
T: Any,
T: Any,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,