Struct gpui2::UniformListScrollHandle
source · pub struct UniformListScrollHandle(_);
Implementations§
source§impl UniformListScrollHandle
impl UniformListScrollHandle
pub fn new() -> Self
pub fn scroll_to_item(&self, ix: usize)
Trait Implementations§
source§impl Clone for UniformListScrollHandle
impl Clone for UniformListScrollHandle
source§fn clone(&self) -> UniformListScrollHandle
fn clone(&self) -> UniformListScrollHandle
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 Default for UniformListScrollHandle
impl Default for UniformListScrollHandle
source§fn default() -> UniformListScrollHandle
fn default() -> UniformListScrollHandle
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for UniformListScrollHandle
impl !Send for UniformListScrollHandle
impl !Sync for UniformListScrollHandle
impl Unpin for UniformListScrollHandle
impl !UnwindSafe for UniformListScrollHandle
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