Struct windows::Win32::System::WindowsProgramming::STRTABLEA
#[repr(C)]pub struct STRTABLEA {
pub cEntries: u32,
pub pse: *mut STRENTRYA,
}
Fields§
§cEntries: u32
§pse: *mut STRENTRYA
Trait Implementations§
impl Copy for STRTABLEA
impl Eq for STRTABLEA
impl StructuralPartialEq for STRTABLEA
Auto Trait Implementations§
impl Freeze for STRTABLEA
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)