pub enum LuaGuiElementScrollMode {
InView,
TopThird,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for LuaGuiElementScrollMode
impl Clone for LuaGuiElementScrollMode
Source§fn clone(&self) -> LuaGuiElementScrollMode
fn clone(&self) -> LuaGuiElementScrollMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LuaGuiElementScrollMode
Source§impl Debug for LuaGuiElementScrollMode
impl Debug for LuaGuiElementScrollMode
Source§impl Default for LuaGuiElementScrollMode
impl Default for LuaGuiElementScrollMode
impl Eq for LuaGuiElementScrollMode
Source§impl From<LuaGuiElementScrollMode> for LuaAny
impl From<LuaGuiElementScrollMode> for LuaAny
Source§fn from(_: LuaGuiElementScrollMode) -> Self
fn from(_: LuaGuiElementScrollMode) -> Self
Converts to this type from the input type.
Source§impl From<LuaGuiElementScrollMode> for &'static str
impl From<LuaGuiElementScrollMode> for &'static str
Source§fn from(value: LuaGuiElementScrollMode) -> Self
fn from(value: LuaGuiElementScrollMode) -> Self
Converts to this type from the input type.
Source§impl Hash for LuaGuiElementScrollMode
impl Hash for LuaGuiElementScrollMode
Source§impl PartialEq for LuaGuiElementScrollMode
impl PartialEq for LuaGuiElementScrollMode
Source§impl PartialEq<&str> for LuaGuiElementScrollMode
impl PartialEq<&str> for LuaGuiElementScrollMode
Source§impl PartialEq<LuaGuiElementScrollMode> for &str
impl PartialEq<LuaGuiElementScrollMode> for &str
impl StructuralPartialEq for LuaGuiElementScrollMode
Auto Trait Implementations§
impl Freeze for LuaGuiElementScrollMode
impl RefUnwindSafe for LuaGuiElementScrollMode
impl Send for LuaGuiElementScrollMode
impl Sync for LuaGuiElementScrollMode
impl Unpin for LuaGuiElementScrollMode
impl UnsafeUnpin for LuaGuiElementScrollMode
impl UnwindSafe for LuaGuiElementScrollMode
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