#[repr(C)]pub struct BG_AUTH_CREDENTIALS {
pub Target: BG_AUTH_TARGET,
pub Scheme: BG_AUTH_SCHEME,
pub Credentials: BG_AUTH_CREDENTIALS_UNION,
}
Fields§
§Target: BG_AUTH_TARGET
§Scheme: BG_AUTH_SCHEME
§Credentials: BG_AUTH_CREDENTIALS_UNION
Trait Implementations§
§impl Clone for BG_AUTH_CREDENTIALS
impl Clone for BG_AUTH_CREDENTIALS
§fn clone(&self) -> BG_AUTH_CREDENTIALS
fn clone(&self) -> BG_AUTH_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 more§impl Default for BG_AUTH_CREDENTIALS
impl Default for BG_AUTH_CREDENTIALS
impl Copy for BG_AUTH_CREDENTIALS
Auto Trait Implementations§
impl Freeze for BG_AUTH_CREDENTIALS
impl RefUnwindSafe for BG_AUTH_CREDENTIALS
impl !Send for BG_AUTH_CREDENTIALS
impl !Sync for BG_AUTH_CREDENTIALS
impl Unpin for BG_AUTH_CREDENTIALS
impl UnwindSafe for BG_AUTH_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)