Struct windows_sys::Win32::System::Rpc::RPC_C_OPT_COOKIE_AUTH_DESCRIPTOR
[−]Expand description
Required features: "Win32_System_Rpc"
Fields
BufferSize: u32
Buffer: PSTR
Trait Implementations
impl Clone for RPC_C_OPT_COOKIE_AUTH_DESCRIPTOR
impl Clone for RPC_C_OPT_COOKIE_AUTH_DESCRIPTOR
impl Copy for RPC_C_OPT_COOKIE_AUTH_DESCRIPTOR
Auto Trait Implementations
impl RefUnwindSafe for RPC_C_OPT_COOKIE_AUTH_DESCRIPTOR
impl !Send for RPC_C_OPT_COOKIE_AUTH_DESCRIPTOR
impl !Sync for RPC_C_OPT_COOKIE_AUTH_DESCRIPTOR
impl Unpin for RPC_C_OPT_COOKIE_AUTH_DESCRIPTOR
impl UnwindSafe for RPC_C_OPT_COOKIE_AUTH_DESCRIPTOR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more