pub struct UnknownCountListClipper { /* private fields */ }Expand description
Builder for an unknown-count list clipper.
Implementations§
Source§impl UnknownCountListClipper
impl UnknownCountListClipper
Sourcepub const fn items_height(self, items_height: f32) -> Self
pub const fn items_height(self, items_height: f32) -> Self
Set a fixed item height. The first submitted item is measured when omitted.
Sourcepub fn begin(self, ui: &Ui) -> UnknownCountListClipperToken<'_>
pub fn begin(self, ui: &Ui) -> UnknownCountListClipperToken<'_>
Begin unknown-count clipping.
Auto Trait Implementations§
impl Freeze for UnknownCountListClipper
impl RefUnwindSafe for UnknownCountListClipper
impl Send for UnknownCountListClipper
impl Sync for UnknownCountListClipper
impl Unpin for UnknownCountListClipper
impl UnsafeUnpin for UnknownCountListClipper
impl UnwindSafe for UnknownCountListClipper
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