pub struct EureView {
pub eure_opt: EureOptHandle,
pub eure_bindings: EureBindingsHandle,
pub eure_sections: EureSectionsHandle,
}Fields§
§eure_opt: EureOptHandle§eure_bindings: EureBindingsHandle§eure_sections: EureSectionsHandleTrait Implementations§
impl Copy for EureView
impl Eq for EureView
impl StructuralPartialEq for EureView
Auto Trait Implementations§
impl Freeze for EureView
impl RefUnwindSafe for EureView
impl Send for EureView
impl Sync for EureView
impl Unpin for EureView
impl UnwindSafe for EureView
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