#[repr(C)]pub struct CSTRING {
pub Length: USHORT,
pub MaximumLength: USHORT,
pub Buffer: *const c_char,
}
Fields
Length: USHORT
MaximumLength: USHORT
Buffer: *const c_char
Trait 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more