Struct mssf_core::runtime::EndpointResourceDesc
source · pub struct EndpointResourceDesc {
pub Name: HSTRING,
pub Protocol: HSTRING,
pub Type: HSTRING,
pub Port: u32,
pub CertificateName: HSTRING,
}
Fields§
§Name: HSTRING
§Protocol: HSTRING
§Type: HSTRING
§Port: u32
§CertificateName: HSTRING
Trait Implementations§
source§impl From<&FABRIC_ENDPOINT_RESOURCE_DESCRIPTION> for EndpointResourceDesc
impl From<&FABRIC_ENDPOINT_RESOURCE_DESCRIPTION> for EndpointResourceDesc
source§fn from(e: &FABRIC_ENDPOINT_RESOURCE_DESCRIPTION) -> Self
fn from(e: &FABRIC_ENDPOINT_RESOURCE_DESCRIPTION) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for EndpointResourceDesc
impl RefUnwindSafe for EndpointResourceDesc
impl Send for EndpointResourceDesc
impl Sync for EndpointResourceDesc
impl Unpin for EndpointResourceDesc
impl UnwindSafe for EndpointResourceDesc
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