pub struct Proxy { /* private fields */ }
Implementations§
source§impl Proxy
impl Proxy
pub fn add_listener_local(&self) -> ProxyListenerLocalBuilder<'_>
pub fn id(&self) -> u32
sourcepub fn get_type(&self) -> (ObjectType, u32)
pub fn get_type(&self) -> (ObjectType, u32)
Get the type of the proxy as well as it’s version.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Proxy
impl !Send for Proxy
impl !Sync for Proxy
impl Unpin for Proxy
impl UnwindSafe for Proxy
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