Struct windows_sys::Win32::Security::Authentication::Identity::SECURITY_STRING
#[repr(C)]pub struct SECURITY_STRING {
pub Length: u16,
pub MaximumLength: u16,
pub Buffer: *mut u16,
}
Fields§
§Length: u16
§MaximumLength: u16
§Buffer: *mut u16
Trait Implementations§
§impl Clone for SECURITY_STRING
impl Clone for SECURITY_STRING
impl Copy for SECURITY_STRING
Auto Trait Implementations§
impl RefUnwindSafe for SECURITY_STRING
impl !Send for SECURITY_STRING
impl !Sync for SECURITY_STRING
impl Unpin for SECURITY_STRING
impl UnwindSafe for SECURITY_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