pub struct LPWUI_W<'a> { /* private fields */ }Expand description
Write proxy for field LPWUI
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for LPWUI_W<'a>
impl<'a> !RefUnwindSafe for LPWUI_W<'a>
impl<'a> Send for LPWUI_W<'a>
impl<'a> !Sync for LPWUI_W<'a>
impl<'a> Unpin for LPWUI_W<'a>
impl<'a> UnsafeUnpin for LPWUI_W<'a>
impl<'a> !UnwindSafe for LPWUI_W<'a>
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