#[repr(C)]pub struct RPC_CLIENT_INFORMATION1 {
pub UserName: *mut c_uchar,
pub ComputerName: *mut c_uchar,
pub Privilege: c_ushort,
pub AuthFlags: c_ulong,
}
Fields§
§UserName: *mut c_uchar
§ComputerName: *mut c_uchar
§Privilege: c_ushort
§AuthFlags: c_ulong
Trait Implementations§
Source§impl Clone for RPC_CLIENT_INFORMATION1
impl Clone for RPC_CLIENT_INFORMATION1
Source§fn clone(&self) -> RPC_CLIENT_INFORMATION1
fn clone(&self) -> RPC_CLIENT_INFORMATION1
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 moreSource§impl Debug for RPC_CLIENT_INFORMATION1
impl Debug for RPC_CLIENT_INFORMATION1
Source§impl Ord for RPC_CLIENT_INFORMATION1
impl Ord for RPC_CLIENT_INFORMATION1
Source§fn cmp(&self, other: &RPC_CLIENT_INFORMATION1) -> Ordering
fn cmp(&self, other: &RPC_CLIENT_INFORMATION1) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RPC_CLIENT_INFORMATION1
impl PartialEq for RPC_CLIENT_INFORMATION1
Source§impl PartialOrd for RPC_CLIENT_INFORMATION1
impl PartialOrd for RPC_CLIENT_INFORMATION1
impl Copy for RPC_CLIENT_INFORMATION1
impl Eq for RPC_CLIENT_INFORMATION1
impl StructuralPartialEq for RPC_CLIENT_INFORMATION1
Auto Trait Implementations§
impl Freeze for RPC_CLIENT_INFORMATION1
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