pub struct MistyClientHandle<'a> { /* private fields */ }Implementations§
Source§impl<'a> MistyClientHandle<'a>
impl<'a> MistyClientHandle<'a>
pub fn id(&self) -> MistyClientId
pub fn resource_manager(&self) -> &MistyResourceManager
pub fn is_destroyed(&self) -> bool
Trait Implementations§
Source§impl<'a> AsMistyClientHandle<'a> for MistyClientHandle<'a>
impl<'a> AsMistyClientHandle<'a> for MistyClientHandle<'a>
fn handle(self) -> MistyClientHandle<'a>
Source§impl<'a> Clone for MistyClientHandle<'a>
impl<'a> Clone for MistyClientHandle<'a>
Source§fn clone(&self) -> MistyClientHandle<'a>
fn clone(&self) -> MistyClientHandle<'a>
Returns a duplicate 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 moreimpl<'a> Copy for MistyClientHandle<'a>
Auto Trait Implementations§
impl<'a> Freeze for MistyClientHandle<'a>
impl<'a> !RefUnwindSafe for MistyClientHandle<'a>
impl<'a> Send for MistyClientHandle<'a>
impl<'a> Sync for MistyClientHandle<'a>
impl<'a> Unpin for MistyClientHandle<'a>
impl<'a> !UnwindSafe for MistyClientHandle<'a>
Blanket Implementations§
Source§impl<'a, S> AsReadonlyMistyClientHandle<'a> for Swhere
S: AsMistyClientHandle<'a>,
impl<'a, S> AsReadonlyMistyClientHandle<'a> for Swhere
S: AsMistyClientHandle<'a>,
fn readonly_handle(self) -> MistyReadonlyClientHandle<'a>
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