#[repr(C)]pub struct DICTentry {
pub Next: *mut DICTentry,
pub DisplayName: *mut MLU,
pub DisplayValue: *mut MLU,
pub Name: *mut wchar_t,
pub Value: *mut wchar_t,
}
Fields§
§Next: *mut DICTentry
§DisplayName: *mut MLU
§DisplayValue: *mut MLU
§Name: *mut wchar_t
§Value: *mut wchar_t
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DICTentry
impl !Send for DICTentry
impl !Sync for DICTentry
impl Unpin for DICTentry
impl UnwindSafe for DICTentry
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