pub struct CommandListProps {
pub max_height: f32,
}Fields§
§max_height: f32Trait Implementations§
Source§impl Clone for CommandListProps
impl Clone for CommandListProps
Source§fn clone(&self) -> CommandListProps
fn clone(&self) -> CommandListProps
Returns a duplicate 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 Debug for CommandListProps
impl Debug for CommandListProps
Auto Trait Implementations§
impl Freeze for CommandListProps
impl RefUnwindSafe for CommandListProps
impl Send for CommandListProps
impl Sync for CommandListProps
impl Unpin for CommandListProps
impl UnsafeUnpin for CommandListProps
impl UnwindSafe for CommandListProps
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