Struct MI_UsernamePasswordCreds
#[repr(C)]pub struct MI_UsernamePasswordCreds {
pub domain: *const u16,
pub username: *const u16,
pub password: *const u16,
}
Fields§
§domain: *const u16
§username: *const u16
§password: *const u16
Trait Implementations§
§impl Clone for MI_UsernamePasswordCreds
impl Clone for MI_UsernamePasswordCreds
§fn clone(&self) -> MI_UsernamePasswordCreds
fn clone(&self) -> MI_UsernamePasswordCreds
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 MI_UsernamePasswordCreds
Auto Trait Implementations§
impl Freeze for MI_UsernamePasswordCreds
impl RefUnwindSafe for MI_UsernamePasswordCreds
impl !Send for MI_UsernamePasswordCreds
impl !Sync for MI_UsernamePasswordCreds
impl Unpin for MI_UsernamePasswordCreds
impl UnwindSafe for MI_UsernamePasswordCreds
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