Struct 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 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