pub struct IntoSizedResult<'a> {
pub intrinsic_size: Vec2,
pub sized: SizedAtomKind<'a>,
}Expand description
Result returned when sizing an super::Atom
Fields§
§intrinsic_size: Vec2§sized: SizedAtomKind<'a>Auto Trait Implementations§
impl<'a> Freeze for IntoSizedResult<'a>
impl<'a> RefUnwindSafe for IntoSizedResult<'a>
impl<'a> Send for IntoSizedResult<'a>
impl<'a> Sync for IntoSizedResult<'a>
impl<'a> Unpin for IntoSizedResult<'a>
impl<'a> UnwindSafe for IntoSizedResult<'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