pub struct VBoxChild {
pub kind: VBoxChildKind,
pub shift: f64,
}Expand description
A child element in a vertical box.
Fields§
§kind: VBoxChildKind§shift: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for VBoxChild
impl RefUnwindSafe for VBoxChild
impl Send for VBoxChild
impl Sync for VBoxChild
impl Unpin for VBoxChild
impl UnsafeUnpin for VBoxChild
impl UnwindSafe for VBoxChild
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