Struct POLICY_LSA_SERVER_ROLE_INFO
#[repr(C)]pub struct POLICY_LSA_SERVER_ROLE_INFO {
pub LsaServerRole: POLICY_LSA_SERVER_ROLE,
}
Fields§
§LsaServerRole: POLICY_LSA_SERVER_ROLE
Trait Implementations§
§impl Clone for POLICY_LSA_SERVER_ROLE_INFO
impl Clone for POLICY_LSA_SERVER_ROLE_INFO
§fn clone(&self) -> POLICY_LSA_SERVER_ROLE_INFO
fn clone(&self) -> POLICY_LSA_SERVER_ROLE_INFO
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 POLICY_LSA_SERVER_ROLE_INFO
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 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