pub struct Panel { /* private fields */ }
Implementations§
Source§impl Panel
impl Panel
pub fn add_input_field_stream( &self, visible: bool, ) -> Result<Stream<InputField>, RpcError>
pub fn add_input_field(&self, visible: bool) -> Result<InputField, RpcError>
Source§impl Panel
impl Panel
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 Panel
impl RefUnwindSafe for Panel
impl Send for Panel
impl Sync for Panel
impl Unpin for Panel
impl UnwindSafe for Panel
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