pub struct GridInsertionRecipe {
pub role: BorderRole,
pub thickness: f32,
}Expand description
Drag-reorder insertion-bar chrome: border role and bar thickness.
Fields§
§role: BorderRole§thickness: f32Trait Implementations§
Source§impl Clone for GridInsertionRecipe
impl Clone for GridInsertionRecipe
Source§fn clone(&self) -> GridInsertionRecipe
fn clone(&self) -> GridInsertionRecipe
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 GridInsertionRecipe
Source§impl Debug for GridInsertionRecipe
impl Debug for GridInsertionRecipe
Source§impl Default for GridInsertionRecipe
impl Default for GridInsertionRecipe
Source§impl PartialEq for GridInsertionRecipe
impl PartialEq for GridInsertionRecipe
impl StructuralPartialEq for GridInsertionRecipe
Auto Trait Implementations§
impl Freeze for GridInsertionRecipe
impl RefUnwindSafe for GridInsertionRecipe
impl Send for GridInsertionRecipe
impl Sync for GridInsertionRecipe
impl Unpin for GridInsertionRecipe
impl UnsafeUnpin for GridInsertionRecipe
impl UnwindSafe for GridInsertionRecipe
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