#[repr(C)]pub struct SOLE_AUTHENTICATION_LIST {
pub cAuthInfo: u32,
pub aAuthInfo: *mut SOLE_AUTHENTICATION_INFO,
}Fields§
§cAuthInfo: u32§aAuthInfo: *mut SOLE_AUTHENTICATION_INFOTrait Implementations§
Source§impl Abi for SOLE_AUTHENTICATION_LIST
impl Abi for SOLE_AUTHENTICATION_LIST
Source§type Abi = SOLE_AUTHENTICATION_LIST
type Abi = SOLE_AUTHENTICATION_LIST
The abi representation of the implementing type. Read more
Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for SOLE_AUTHENTICATION_LIST
impl Clone for SOLE_AUTHENTICATION_LIST
Source§fn clone(&self) -> SOLE_AUTHENTICATION_LIST
fn clone(&self) -> SOLE_AUTHENTICATION_LIST
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 Debug for SOLE_AUTHENTICATION_LIST
impl Debug for SOLE_AUTHENTICATION_LIST
Source§impl Default for SOLE_AUTHENTICATION_LIST
impl Default for SOLE_AUTHENTICATION_LIST
Source§impl PartialEq for SOLE_AUTHENTICATION_LIST
impl PartialEq for SOLE_AUTHENTICATION_LIST
impl Copy for SOLE_AUTHENTICATION_LIST
impl Eq for SOLE_AUTHENTICATION_LIST
Auto Trait Implementations§
impl Freeze for SOLE_AUTHENTICATION_LIST
impl RefUnwindSafe for SOLE_AUTHENTICATION_LIST
impl !Send for SOLE_AUTHENTICATION_LIST
impl !Sync for SOLE_AUTHENTICATION_LIST
impl Unpin for SOLE_AUTHENTICATION_LIST
impl UnwindSafe for SOLE_AUTHENTICATION_LIST
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