pub struct ComponentProxyBlocking<'p>(/* private fields */);
Implementations§
Source§impl<'p> ComponentProxyBlocking<'p>
impl<'p> ComponentProxyBlocking<'p>
Sourcepub fn new(conn: &Connection) -> Result<ComponentProxyBlocking<'p>>
pub fn new(conn: &Connection) -> Result<ComponentProxyBlocking<'p>>
Creates a new proxy with the default service and path.
Sourcepub fn builder(conn: &Connection) -> Builder<'p, Self>
pub fn builder(conn: &Connection) -> Builder<'p, Self>
Returns a customizable builder for this proxy.
Sourcepub fn into_inner(self) -> Proxy<'p>
pub fn into_inner(self) -> Proxy<'p>
Consumes self
, returning the underlying zbus::Proxy
.
Sourcepub fn inner_mut(&mut self) -> &mut Proxy<'p>
pub fn inner_mut(&mut self) -> &mut Proxy<'p>
The mutable reference to the underlying zbus::Proxy
.
Sourcepub fn get_accessible_at_point(
&self,
x: i32,
y: i32,
coord_type: CoordType,
) -> Result<ObjectRef>
pub fn get_accessible_at_point( &self, x: i32, y: i32, coord_type: CoordType, ) -> Result<ObjectRef>
GetAccessibleAtPoint method
Sourcepub fn get_extents(&self, coord_type: CoordType) -> Result<(i32, i32, i32, i32)>
pub fn get_extents(&self, coord_type: CoordType) -> Result<(i32, i32, i32, i32)>
GetExtents method
Sourcepub fn get_mdiz_order(&self) -> Result<i16>
pub fn get_mdiz_order(&self) -> Result<i16>
GetMDIZOrder method
Sourcepub fn grab_focus(&self) -> Result<bool>
pub fn grab_focus(&self) -> Result<bool>
GrabFocus method
Sourcepub fn scroll_to(&self, type_: ScrollType) -> Result<bool>
pub fn scroll_to(&self, type_: ScrollType) -> Result<bool>
ScrollTo method
Sourcepub fn scroll_to_point(
&self,
coord_type: CoordType,
x: i32,
y: i32,
) -> Result<bool>
pub fn scroll_to_point( &self, coord_type: CoordType, x: i32, y: i32, ) -> Result<bool>
ScrollToPoint method
Sourcepub fn set_extents(
&self,
x: i32,
y: i32,
width: i32,
height: i32,
coord_type: CoordType,
) -> Result<bool>
pub fn set_extents( &self, x: i32, y: i32, width: i32, height: i32, coord_type: CoordType, ) -> Result<bool>
SetExtents method
Trait Implementations§
Source§impl<'p> AsMut<Proxy<'p>> for ComponentProxyBlocking<'p>
impl<'p> AsMut<Proxy<'p>> for ComponentProxyBlocking<'p>
Source§impl<'p> AsRef<Proxy<'p>> for ComponentProxyBlocking<'p>
impl<'p> AsRef<Proxy<'p>> for ComponentProxyBlocking<'p>
Source§impl<'p> Clone for ComponentProxyBlocking<'p>
impl<'p> Clone for ComponentProxyBlocking<'p>
Source§fn clone(&self) -> ComponentProxyBlocking<'p>
fn clone(&self) -> ComponentProxyBlocking<'p>
Returns a copy 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<'p> Debug for ComponentProxyBlocking<'p>
impl<'p> Debug for ComponentProxyBlocking<'p>
Source§impl<'p> From<Proxy<'p>> for ComponentProxyBlocking<'p>
impl<'p> From<Proxy<'p>> for ComponentProxyBlocking<'p>
Source§impl<'a> ProxyDefault for ComponentProxyBlocking<'a>
impl<'a> ProxyDefault for ComponentProxyBlocking<'a>
Source§impl<'p> ProxyImpl<'p> for ComponentProxyBlocking<'p>
impl<'p> ProxyImpl<'p> for ComponentProxyBlocking<'p>
Source§impl<'p> Serialize for ComponentProxyBlocking<'p>
impl<'p> Serialize for ComponentProxyBlocking<'p>
Auto Trait Implementations§
impl<'p> Freeze for ComponentProxyBlocking<'p>
impl<'p> !RefUnwindSafe for ComponentProxyBlocking<'p>
impl<'p> Send for ComponentProxyBlocking<'p>
impl<'p> Sync for ComponentProxyBlocking<'p>
impl<'p> Unpin for ComponentProxyBlocking<'p>
impl<'p> !UnwindSafe for ComponentProxyBlocking<'p>
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> DynamicType for T
impl<T> DynamicType for T
Source§fn dynamic_signature(&self) -> Signature<'_>
fn dynamic_signature(&self) -> Signature<'_>
Get the signature for the implementing type. Read more