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