#[repr(C)]pub struct POLICY_LSA_SERVER_ROLE_INFO {
pub LsaServerRole: POLICY_LSA_SERVER_ROLE,
}Fields§
§LsaServerRole: POLICY_LSA_SERVER_ROLETrait Implementations§
Source§impl Clone for POLICY_LSA_SERVER_ROLE_INFO
impl Clone for POLICY_LSA_SERVER_ROLE_INFO
Source§fn clone(&self) -> POLICY_LSA_SERVER_ROLE_INFO
fn clone(&self) -> POLICY_LSA_SERVER_ROLE_INFO
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for POLICY_LSA_SERVER_ROLE_INFO
Source§impl Default for POLICY_LSA_SERVER_ROLE_INFO
Available on crate feature impl-default only.
impl Default for POLICY_LSA_SERVER_ROLE_INFO
Available on crate feature
impl-default only.Source§fn default() -> POLICY_LSA_SERVER_ROLE_INFO
fn default() -> POLICY_LSA_SERVER_ROLE_INFO
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for POLICY_LSA_SERVER_ROLE_INFO
impl RefUnwindSafe for POLICY_LSA_SERVER_ROLE_INFO
impl Send for POLICY_LSA_SERVER_ROLE_INFO
impl Sync for POLICY_LSA_SERVER_ROLE_INFO
impl Unpin for POLICY_LSA_SERVER_ROLE_INFO
impl UnsafeUnpin for POLICY_LSA_SERVER_ROLE_INFO
impl UnwindSafe for POLICY_LSA_SERVER_ROLE_INFO
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