pub struct MenuItem<S1: IntoCStr, S2: IntoCStr> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<S1, S2> Freeze for MenuItem<S1, S2>
impl<S1, S2> RefUnwindSafe for MenuItem<S1, S2>
impl<S1, S2> Send for MenuItem<S1, S2>
impl<S1, S2> Sync for MenuItem<S1, S2>
impl<S1, S2> Unpin for MenuItem<S1, S2>
impl<S1, S2> UnwindSafe for MenuItem<S1, S2>
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