#[repr(C)]pub struct WS_ENDPOINT_IDENTITY {
pub identityType: WS_ENDPOINT_IDENTITY_TYPE,
}
Fields§
§identityType: WS_ENDPOINT_IDENTITY_TYPE
Trait Implementations§
§impl Clone for WS_ENDPOINT_IDENTITY
impl Clone for WS_ENDPOINT_IDENTITY
impl Copy for WS_ENDPOINT_IDENTITY
Auto Trait Implementations§
impl RefUnwindSafe for WS_ENDPOINT_IDENTITY
impl Send for WS_ENDPOINT_IDENTITY
impl Sync for WS_ENDPOINT_IDENTITY
impl Unpin for WS_ENDPOINT_IDENTITY
impl UnwindSafe for WS_ENDPOINT_IDENTITY
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