pub struct DynLayoutItem { /* private fields */ }
Expand description
A control item in a DynLayout
Implementations§
Source§impl DynLayoutItem
impl DynLayoutItem
Sourcepub fn new<W: Into<ControlHandle>>(
c: W,
mv: (i32, i32),
sz: (i32, i32),
) -> DynLayoutItem
pub fn new<W: Into<ControlHandle>>( c: W, mv: (i32, i32), sz: (i32, i32), ) -> DynLayoutItem
Initialize a new layout item
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DynLayoutItem
impl RefUnwindSafe for DynLayoutItem
impl !Send for DynLayoutItem
impl !Sync for DynLayoutItem
impl Unpin for DynLayoutItem
impl UnwindSafe for DynLayoutItem
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