Struct windows_sys::Win32::System::Rpc::RPC_CLIENT_INFORMATION1
#[repr(C)]pub struct RPC_CLIENT_INFORMATION1 {
pub UserName: *mut u8,
pub ComputerName: *mut u8,
pub Privilege: u16,
pub AuthFlags: u32,
}Fields§
§UserName: *mut u8§ComputerName: *mut u8§Privilege: u16§AuthFlags: u32Trait Implementations§
§impl Clone for RPC_CLIENT_INFORMATION1
impl Clone for RPC_CLIENT_INFORMATION1
impl Copy for RPC_CLIENT_INFORMATION1
Auto Trait Implementations§
impl RefUnwindSafe for RPC_CLIENT_INFORMATION1
impl !Send for RPC_CLIENT_INFORMATION1
impl !Sync for RPC_CLIENT_INFORMATION1
impl Unpin for RPC_CLIENT_INFORMATION1
impl UnwindSafe for RPC_CLIENT_INFORMATION1
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