pub struct LinearLayout { /* private fields */ }Implementations§
Source§impl LinearLayout
impl LinearLayout
pub fn new(parent: &mut Layout, settings: LinearLayoutSettings) -> Self
Trait Implementations§
Source§impl LayoutContainer for LinearLayout
impl LayoutContainer for LinearLayout
Auto Trait Implementations§
impl Freeze for LinearLayout
impl RefUnwindSafe for LinearLayout
impl Send for LinearLayout
impl Sync for LinearLayout
impl Unpin for LinearLayout
impl UnwindSafe for LinearLayout
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