[][src]Trait nt_native::ToUnicodeString

pub trait ToUnicodeString {
    unsafe fn to_unicode_string(&self) -> UNICODE_STRING;
}

Required methods

unsafe fn to_unicode_string(&self) -> UNICODE_STRING

Safety

UNICODE_STRING::Buffer is managed by Self instance.

Loading content...

Implementations on Foreign Types

impl<'_> ToUnicodeString for &'_ [u16][src]

Loading content...

Implementors

impl ToUnicodeString for NtString[src]

Loading content...