#[repr(C)]pub struct BG_BASIC_CREDENTIALS {
pub UserName: LPWSTR,
pub Password: LPWSTR,
}
Fields§
§UserName: LPWSTR
§Password: LPWSTR
Trait Implementations§
Source§impl Clone for BG_BASIC_CREDENTIALS
impl Clone for BG_BASIC_CREDENTIALS
Source§fn clone(&self) -> BG_BASIC_CREDENTIALS
fn clone(&self) -> BG_BASIC_CREDENTIALS
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 BG_BASIC_CREDENTIALS
impl Default for BG_BASIC_CREDENTIALS
Source§fn default() -> BG_BASIC_CREDENTIALS
fn default() -> BG_BASIC_CREDENTIALS
Returns the “default value” for a type. Read more
impl Copy for BG_BASIC_CREDENTIALS
Auto Trait Implementations§
impl Freeze for BG_BASIC_CREDENTIALS
impl RefUnwindSafe for BG_BASIC_CREDENTIALS
impl !Send for BG_BASIC_CREDENTIALS
impl !Sync for BG_BASIC_CREDENTIALS
impl Unpin for BG_BASIC_CREDENTIALS
impl UnwindSafe for BG_BASIC_CREDENTIALS
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