#[repr(C, packed(4))]pub struct SUBSTRING {
pub string: PSTRINGZ,
pub leng: UINT32,
}
Fields§
§string: PSTRINGZ
§leng: UINT32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SUBSTRING
impl RefUnwindSafe for SUBSTRING
impl !Send for SUBSTRING
impl !Sync for SUBSTRING
impl Unpin for SUBSTRING
impl UnwindSafe for SUBSTRING
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