pub struct InvisibleButton<'s, S: IntoCStr> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<'s, S> Freeze for InvisibleButton<'s, S>
impl<'s, S> RefUnwindSafe for InvisibleButton<'s, S>
impl<'s, S> !Send for InvisibleButton<'s, S>
impl<'s, S> !Sync for InvisibleButton<'s, S>
impl<'s, S> Unpin for InvisibleButton<'s, S>
impl<'s, S> UnwindSafe for InvisibleButton<'s, S>
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