Struct std::sys::windows::c::windows_sys::UNICODE_STRING
source · #[repr(C)]pub struct UNICODE_STRING {
pub Length: u16,
pub MaximumLength: u16,
pub Buffer: *mut u16,
}
🔬This is a nightly-only experimental API. (
windows_c
)Fields§
§Length: u16
🔬This is a nightly-only experimental API. (
§windows_c
)MaximumLength: u16
🔬This is a nightly-only experimental API. (
§windows_c
)Buffer: *mut u16
🔬This is a nightly-only experimental API. (
windows_c
)Implementations§
Trait Implementations§
source§impl Clone for UNICODE_STRING
impl Clone for UNICODE_STRING
impl Copy for UNICODE_STRING
Auto Trait Implementations§
impl RefUnwindSafe for UNICODE_STRING
impl !Send for UNICODE_STRING
impl !Sync for UNICODE_STRING
impl Unpin for UNICODE_STRING
impl UnwindSafe for UNICODE_STRING
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