Struct windows_sys::Win32::UI::Input::Ime::APPLETIDLIST
[−]Expand description
Required features: "Win32_UI_Input_Ime"
Fields
count: i32
pIIDList: *mut GUID
Trait Implementations
impl Clone for APPLETIDLIST
impl Clone for APPLETIDLIST
impl Copy for APPLETIDLIST
Auto Trait Implementations
impl RefUnwindSafe for APPLETIDLIST
impl !Send for APPLETIDLIST
impl !Sync for APPLETIDLIST
impl Unpin for APPLETIDLIST
impl UnwindSafe for APPLETIDLIST
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more