pub struct TextBindingView {
pub text_start: TextStartHandle,
pub text_binding_opt: TextBindingOptHandle,
pub text_binding_opt_0: TextBindingOpt0Handle,
pub text_binding_opt_1: TextBindingOpt1Handle,
}Fields§
§text_start: TextStartHandle§text_binding_opt: TextBindingOptHandle§text_binding_opt_0: TextBindingOpt0Handle§text_binding_opt_1: TextBindingOpt1HandleTrait Implementations§
Source§impl Clone for TextBindingView
impl Clone for TextBindingView
Source§fn clone(&self) -> TextBindingView
fn clone(&self) -> TextBindingView
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TextBindingView
impl Debug for TextBindingView
Source§impl PartialEq for TextBindingView
impl PartialEq for TextBindingView
impl Copy for TextBindingView
impl Eq for TextBindingView
impl StructuralPartialEq for TextBindingView
Auto Trait Implementations§
impl Freeze for TextBindingView
impl RefUnwindSafe for TextBindingView
impl Send for TextBindingView
impl Sync for TextBindingView
impl Unpin for TextBindingView
impl UnwindSafe for TextBindingView
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