#[repr(C)]pub struct SECURITY_STRING {
pub Length: c_ushort,
pub MaximumLength: c_ushort,
pub Buffer: *mut c_ushort,
}
Fields§
§Length: c_ushort
§MaximumLength: c_ushort
§Buffer: *mut c_ushort
Trait Implementations§
Source§impl Clone for SECURITY_STRING
impl Clone for SECURITY_STRING
Source§fn clone(&self) -> SECURITY_STRING
fn clone(&self) -> SECURITY_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 moreSource§impl Default for SECURITY_STRING
impl Default for SECURITY_STRING
Source§fn default() -> SECURITY_STRING
fn default() -> SECURITY_STRING
Returns the “default value” for a type. Read more
impl Copy for SECURITY_STRING
Auto Trait Implementations§
impl Freeze for SECURITY_STRING
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