pub struct AutoLayout {
pub origin: Vec2,
pub cell_w: f32,
pub cell_h: f32,
pub cols: usize,
/* private fields */
}Fields§
§origin: Vec2§cell_w: f32§cell_h: f32§cols: usizeImplementations§
Auto Trait Implementations§
impl Freeze for AutoLayout
impl RefUnwindSafe for AutoLayout
impl Send for AutoLayout
impl Sync for AutoLayout
impl Unpin for AutoLayout
impl UnsafeUnpin for AutoLayout
impl UnwindSafe for AutoLayout
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