#[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
sourceimpl Clone for SECURITY_STRING
impl Clone for SECURITY_STRING
sourcefn clone(&self) -> SECURITY_STRING
fn clone(&self) -> SECURITY_STRING
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more