pub struct RPC_C_AUTHN(/* private fields */);
Available on crate features
kernel
and ole
only.Expand description
Authentication service
constants
(u32
).
Implementations§
Source§impl RPC_C_AUTHN
impl RPC_C_AUTHN
Sourcepub const unsafe fn as_mut(&mut self) -> &mut u32
pub const unsafe fn as_mut(&mut self) -> &mut u32
Returns a mutable reference to the underlying raw value.
§Safety
Be sure the integer being set is meaningful for the actual type.
Sourcepub const unsafe fn from_raw(v: u32) -> Self
pub const unsafe fn from_raw(v: u32) -> Self
Constructs a new object by wrapping the given integer value.
§Safety
Be sure the given value is meaningful for the actual type.
Sourcepub const fn raw(&self) -> u32
pub const fn raw(&self) -> u32
Returns the primitive integer underlying value.
This method is similar to Into
, but it
is const
, therefore it can be used in
const contexts.
Source§impl RPC_C_AUTHN
impl RPC_C_AUTHN
pub const NONE: Self
pub const DCE_PRIVATE: Self
pub const DCE_PUBLIC: Self
pub const DEC_PUBLIC: Self
pub const GSS_NEGOTIATE: Self
pub const WINNT: Self
pub const GSS_SCHANNEL: Self
pub const GSS_KERBEROS: Self
pub const DPA: Self
pub const MSN: Self
pub const DIGEST: Self
pub const KERNEL: Self
pub const NEGO_EXTENDER: Self
pub const PKU2U: Self
pub const LIVE_SSP: Self
pub const LIVEXP_SSP: Self
pub const CLOUD_AP: Self
pub const MSONLINE: Self
pub const MQ: Self
pub const DEFAULT: Self
Trait Implementations§
Source§impl AsRef<u32> for RPC_C_AUTHN
impl AsRef<u32> for RPC_C_AUTHN
Source§impl Binary for RPC_C_AUTHN
impl Binary for RPC_C_AUTHN
Source§impl Clone for RPC_C_AUTHN
impl Clone for RPC_C_AUTHN
Source§fn clone(&self) -> RPC_C_AUTHN
fn clone(&self) -> RPC_C_AUTHN
Returns a duplicate 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_C_AUTHN
impl Debug for RPC_C_AUTHN
Source§impl Default for RPC_C_AUTHN
impl Default for RPC_C_AUTHN
Source§fn default() -> RPC_C_AUTHN
fn default() -> RPC_C_AUTHN
Returns the “default value” for a type. Read more
Source§impl Display for RPC_C_AUTHN
impl Display for RPC_C_AUTHN
Source§impl From<RPC_C_AUTHN> for u32
impl From<RPC_C_AUTHN> for u32
Source§fn from(v: RPC_C_AUTHN) -> Self
fn from(v: RPC_C_AUTHN) -> Self
Converts to this type from the input type.
Source§impl Hash for RPC_C_AUTHN
impl Hash for RPC_C_AUTHN
Source§impl LowerHex for RPC_C_AUTHN
impl LowerHex for RPC_C_AUTHN
Source§impl Octal for RPC_C_AUTHN
impl Octal for RPC_C_AUTHN
Source§impl Ord for RPC_C_AUTHN
impl Ord for RPC_C_AUTHN
Source§impl PartialEq for RPC_C_AUTHN
impl PartialEq for RPC_C_AUTHN
Source§impl PartialOrd for RPC_C_AUTHN
impl PartialOrd for RPC_C_AUTHN
Source§impl UpperHex for RPC_C_AUTHN
impl UpperHex for RPC_C_AUTHN
impl Copy for RPC_C_AUTHN
impl Eq for RPC_C_AUTHN
impl StructuralPartialEq for RPC_C_AUTHN
Auto Trait Implementations§
impl Freeze for RPC_C_AUTHN
impl RefUnwindSafe for RPC_C_AUTHN
impl Send for RPC_C_AUTHN
impl Sync for RPC_C_AUTHN
impl Unpin for RPC_C_AUTHN
impl UnwindSafe for RPC_C_AUTHN
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