pub struct ContainerView<'a> { /* private fields */ }Expand description
Read-only view into a container borrowed from a handle.
Methods from Deref<Target = Container>§
Sourcepub fn content_size(&self) -> Vec2i
pub fn content_size(&self) -> Vec2i
Returns the content size derived from layout traversal.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ContainerView<'a>
impl<'a> !RefUnwindSafe for ContainerView<'a>
impl<'a> !Send for ContainerView<'a>
impl<'a> !Sync for ContainerView<'a>
impl<'a> Unpin for ContainerView<'a>
impl<'a> UnsafeUnpin for ContainerView<'a>
impl<'a> !UnwindSafe for ContainerView<'a>
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