Struct CALPSTR
#[repr(C)]pub struct CALPSTR {
pub cElems: u32,
pub pElems: *mut PSTR,
}
Fields§
§cElems: u32
§pElems: *mut PSTR
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CALPSTR
impl RefUnwindSafe for CALPSTR
impl !Send for CALPSTR
impl !Sync for CALPSTR
impl Unpin for CALPSTR
impl UnwindSafe for CALPSTR
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