Struct NTSCSI_UNICODE_STRING
#[repr(C)]pub struct NTSCSI_UNICODE_STRING {
pub Length: u16,
pub MaximumLength: u16,
pub Buffer: PWSTR,
}
Fields§
§Length: u16
§MaximumLength: u16
§Buffer: PWSTR
Trait Implementations§
§impl Clone for NTSCSI_UNICODE_STRING
impl Clone for NTSCSI_UNICODE_STRING
§fn clone(&self) -> NTSCSI_UNICODE_STRING
fn clone(&self) -> NTSCSI_UNICODE_STRING
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for NTSCSI_UNICODE_STRING
Auto Trait Implementations§
impl Freeze for NTSCSI_UNICODE_STRING
impl RefUnwindSafe for NTSCSI_UNICODE_STRING
impl !Send for NTSCSI_UNICODE_STRING
impl !Sync for NTSCSI_UNICODE_STRING
impl Unpin for NTSCSI_UNICODE_STRING
impl UnwindSafe for NTSCSI_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