pub struct InputOwnedTextAssistSemantics {
pub active_descendant: Option<NodeId>,
pub active_descendant_element: Option<u64>,
pub controls_element: Option<u64>,
pub expanded: bool,
}Fields§
§active_descendant: Option<NodeId>§active_descendant_element: Option<u64>§controls_element: Option<u64>§expanded: boolTrait Implementations§
Source§impl Clone for InputOwnedTextAssistSemantics
impl Clone for InputOwnedTextAssistSemantics
Source§fn clone(&self) -> InputOwnedTextAssistSemantics
fn clone(&self) -> InputOwnedTextAssistSemantics
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 Default for InputOwnedTextAssistSemantics
impl Default for InputOwnedTextAssistSemantics
Source§fn default() -> InputOwnedTextAssistSemantics
fn default() -> InputOwnedTextAssistSemantics
Returns the “default value” for a type. Read more
Source§impl PartialEq for InputOwnedTextAssistSemantics
impl PartialEq for InputOwnedTextAssistSemantics
Source§fn eq(&self, other: &InputOwnedTextAssistSemantics) -> bool
fn eq(&self, other: &InputOwnedTextAssistSemantics) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for InputOwnedTextAssistSemantics
impl Eq for InputOwnedTextAssistSemantics
impl StructuralPartialEq for InputOwnedTextAssistSemantics
Auto Trait Implementations§
impl Freeze for InputOwnedTextAssistSemantics
impl RefUnwindSafe for InputOwnedTextAssistSemantics
impl Send for InputOwnedTextAssistSemantics
impl Sync for InputOwnedTextAssistSemantics
impl Unpin for InputOwnedTextAssistSemantics
impl UnsafeUnpin for InputOwnedTextAssistSemantics
impl UnwindSafe for InputOwnedTextAssistSemantics
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