Struct WINBIO_ACCOUNT_POLICY
#[repr(C)]pub struct WINBIO_ACCOUNT_POLICY {
pub Identity: WINBIO_IDENTITY,
pub AntiSpoofBehavior: WINBIO_ANTI_SPOOF_POLICY_ACTION,
}
Fields§
§Identity: WINBIO_IDENTITY
§AntiSpoofBehavior: WINBIO_ANTI_SPOOF_POLICY_ACTION
Trait Implementations§
§impl Clone for WINBIO_ACCOUNT_POLICY
impl Clone for WINBIO_ACCOUNT_POLICY
§fn clone(&self) -> WINBIO_ACCOUNT_POLICY
fn clone(&self) -> WINBIO_ACCOUNT_POLICY
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 WINBIO_ACCOUNT_POLICY
Auto Trait Implementations§
impl Freeze for WINBIO_ACCOUNT_POLICY
impl RefUnwindSafe for WINBIO_ACCOUNT_POLICY
impl Send for WINBIO_ACCOUNT_POLICY
impl Sync for WINBIO_ACCOUNT_POLICY
impl Unpin for WINBIO_ACCOUNT_POLICY
impl UnwindSafe for WINBIO_ACCOUNT_POLICY
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