#[repr(C)]pub struct UNICODE_STRING {
pub Length: u16,
pub MaximumLength: u16,
pub Buffer: *mut u16,
}Fields§
§Length: u16§MaximumLength: u16§Buffer: *mut u16Trait Implementations§
Source§impl Default for UNICODE_STRING
impl Default for UNICODE_STRING
Source§fn default() -> UNICODE_STRING
fn default() -> UNICODE_STRING
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Send for UNICODE_STRING
impl !Sync for UNICODE_STRING
impl Freeze for UNICODE_STRING
impl RefUnwindSafe for UNICODE_STRING
impl Unpin for UNICODE_STRING
impl UnsafeUnpin 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