pub struct UnmanagedElement {
pub context: PowerElementContext,
}
Fields§
§context: PowerElementContext
Implementations§
Auto Trait Implementations§
impl Freeze for UnmanagedElement
impl !RefUnwindSafe for UnmanagedElement
impl Send for UnmanagedElement
impl Sync for UnmanagedElement
impl Unpin for UnmanagedElement
impl !UnwindSafe for UnmanagedElement
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