#[repr(C, packed(2))]pub struct AppIcon {
pub ai_PRIVATE: *mut c_void,
}Fields§
§ai_PRIVATE: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for AppIcon
impl RefUnwindSafe for AppIcon
impl !Send for AppIcon
impl !Sync for AppIcon
impl Unpin for AppIcon
impl UnwindSafe for AppIcon
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