#[repr(C)]pub struct BG_AUTH_CREDENTIALS_UNION(/* private fields */);
Implementations§
Source§impl BG_AUTH_CREDENTIALS_UNION
impl BG_AUTH_CREDENTIALS_UNION
pub unsafe fn Basic(&self) -> &BG_BASIC_CREDENTIALS
pub unsafe fn Basic_mut(&mut self) -> &mut BG_BASIC_CREDENTIALS
Trait Implementations§
Source§impl Clone for BG_AUTH_CREDENTIALS_UNION
impl Clone for BG_AUTH_CREDENTIALS_UNION
Source§fn clone(&self) -> BG_AUTH_CREDENTIALS_UNION
fn clone(&self) -> BG_AUTH_CREDENTIALS_UNION
Returns a duplicate 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_AUTH_CREDENTIALS_UNION
impl Default for BG_AUTH_CREDENTIALS_UNION
Source§fn default() -> BG_AUTH_CREDENTIALS_UNION
fn default() -> BG_AUTH_CREDENTIALS_UNION
Returns the “default value” for a type. Read more
impl Copy for BG_AUTH_CREDENTIALS_UNION
Auto Trait Implementations§
impl Freeze for BG_AUTH_CREDENTIALS_UNION
impl RefUnwindSafe for BG_AUTH_CREDENTIALS_UNION
impl Send for BG_AUTH_CREDENTIALS_UNION
impl Sync for BG_AUTH_CREDENTIALS_UNION
impl Unpin for BG_AUTH_CREDENTIALS_UNION
impl UnwindSafe for BG_AUTH_CREDENTIALS_UNION
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