pub struct SDL_TrayEntry { /* private fields */ }Expand description
An opaque handle representing an entry on a system tray object.
§Availability
This struct is available since SDL 3.2.0.
Auto Trait Implementations§
impl Freeze for SDL_TrayEntry
impl RefUnwindSafe for SDL_TrayEntry
impl Send for SDL_TrayEntry
impl Sync for SDL_TrayEntry
impl Unpin for SDL_TrayEntry
impl UnwindSafe for SDL_TrayEntry
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