pub struct Prop<'a> {
pub ctx: &'a LayoutContext,
/* private fields */
}Expand description
A proposition on measurements or other propositions.
Fields§
§ctx: &'a LayoutContextImplementations§
Trait Implementations§
impl<'a> Copy for Prop<'a>
Auto Trait Implementations§
impl<'a> Freeze for Prop<'a>
impl<'a> !RefUnwindSafe for Prop<'a>
impl<'a> !Send for Prop<'a>
impl<'a> !Sync for Prop<'a>
impl<'a> Unpin for Prop<'a>
impl<'a> !UnwindSafe for Prop<'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