Struct windows_sys::Win32::System::WindowsProgramming::STRTABLEA
#[repr(C)]pub struct STRTABLEA {
pub cEntries: u32,
pub pse: *mut STRENTRYA,
}
Fields§
§cEntries: u32
§pse: *mut STRENTRYA
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for STRTABLEA
impl !Send for STRTABLEA
impl !Sync for STRTABLEA
impl Unpin for STRTABLEA
impl UnwindSafe for STRTABLEA
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