Struct owlyshield_ransom::driver_com::shared_def::UnicodeString [−][src]
#[repr(C)]pub struct UnicodeString {
pub length: c_ushort,
pub maximum_length: c_ushort,
pub buffer: *const wchar_t,
}
Expand description
This class is the straight Rust translation of the Win32 API UNICODE_STRING, returned by the driver.
Fields
length: c_ushort
maximum_length: c_ushort
buffer: *const wchar_t
Implementations
Get the file path from the UnicodeString path and the extension returned by the driver.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UnicodeString
impl !Send for UnicodeString
impl !Sync for UnicodeString
impl Unpin for UnicodeString
impl UnwindSafe for UnicodeString
Blanket Implementations
Mutably borrows from an owned value. Read more