pub struct InfoObject<T> { /* private fields */ }
Expand description
A handle to an info subobject.
Implementations§
Auto Trait Implementations§
impl<T> !DeviceSync for InfoObject<T>
impl<T> Freeze for InfoObject<T>
impl<T> !ObjSafe for InfoObject<T>
impl<T> RefUnwindSafe for InfoObject<T>where
T: RefUnwindSafe,
impl<T> Send for InfoObject<T>where
T: Send,
impl<T> Sync for InfoObject<T>where
T: Sync,
impl<T> Unpin for InfoObject<T>where
T: Unpin,
impl<T> UnwindSafe for InfoObject<T>where
T: UnwindSafe,
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