pub struct AreaInSet {
pub area: PresentationAreaRef,
pub in_set: PresentationSetRef,
}Fields§
§area: PresentationAreaRef§in_set: PresentationSetRefTrait Implementations§
impl StructuralPartialEq for AreaInSet
Auto Trait Implementations§
impl Freeze for AreaInSet
impl RefUnwindSafe for AreaInSet
impl Send for AreaInSet
impl Sync for AreaInSet
impl Unpin for AreaInSet
impl UnsafeUnpin for AreaInSet
impl UnwindSafe for AreaInSet
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