pub struct InputField { /* private fields */ }
Implementations§
Source§impl InputField
impl InputField
Source§impl InputField
impl InputField
Source§impl InputField
impl InputField
pub fn get_rect_transform_stream( &self, ) -> Result<Stream<RectTransform>, RpcError>
pub fn get_rect_transform(&self) -> Result<RectTransform, RpcError>
Source§impl InputField
impl InputField
Source§impl InputField
impl InputField
Source§impl InputField
impl InputField
Source§impl InputField
impl InputField
Source§impl InputField
impl InputField
Auto Trait Implementations§
impl Freeze for InputField
impl RefUnwindSafe for InputField
impl Send for InputField
impl Sync for InputField
impl Unpin for InputField
impl UnwindSafe for InputField
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