Struct windows_sys::Win32::System::Kernel::CSTRING
#[repr(C)]pub struct CSTRING {
pub Length: u16,
pub MaximumLength: u16,
pub Buffer: PCSTR,
}Fields§
§Length: u16§MaximumLength: u16§Buffer: PCSTRTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CSTRING
impl !Send for CSTRING
impl !Sync for CSTRING
impl Unpin for CSTRING
impl UnwindSafe for CSTRING
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