#[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
impl Copy for POLICY_LSA_SERVER_ROLE_INFO
Auto Trait Implementations§
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