pub struct OfferParamsInternal {
pub interface_name: String,
pub instance_id: Guid,
pub interface_id: Guid,
pub mmio_megabytes: u16,
pub mmio_megabytes_optional: u16,
pub subchannel_index: u16,
pub use_mnf: MnfUsage,
pub offer_order: Option<u32>,
pub flags: OfferFlags,
pub user_defined: UserDefinedData,
}
Fields§
§interface_name: String
An informational string describing the channel type.
instance_id: Guid
§interface_id: Guid
§mmio_megabytes: u16
§mmio_megabytes_optional: u16
§subchannel_index: u16
§use_mnf: MnfUsage
§offer_order: Option<u32>
§flags: OfferFlags
§user_defined: UserDefinedData
Implementations§
Trait Implementations§
Source§impl Clone for OfferParamsInternal
impl Clone for OfferParamsInternal
Source§fn clone(&self) -> OfferParamsInternal
fn clone(&self) -> OfferParamsInternal
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 OfferParamsInternal
impl Debug for OfferParamsInternal
Source§impl Default for OfferParamsInternal
impl Default for OfferParamsInternal
Source§fn default() -> OfferParamsInternal
fn default() -> OfferParamsInternal
Returns the “default value” for a type. Read more
Source§impl DefaultEncoding for OfferParamsInternal
impl DefaultEncoding for OfferParamsInternal
Source§impl From<OfferParams> for OfferParamsInternal
impl From<OfferParams> for OfferParamsInternal
Source§impl<'encoding> StructDecodeMetadata<'encoding, Resource> for OfferParamsInternal
impl<'encoding> StructDecodeMetadata<'encoding, Resource> for OfferParamsInternal
Source§impl StructEncodeMetadata<Resource> for OfferParamsInternal
impl StructEncodeMetadata<Resource> for OfferParamsInternal
Auto Trait Implementations§
impl Freeze for OfferParamsInternal
impl RefUnwindSafe for OfferParamsInternal
impl Send for OfferParamsInternal
impl Sync for OfferParamsInternal
impl Unpin for OfferParamsInternal
impl UnwindSafe for OfferParamsInternal
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> MeshField for T
impl<T> MeshField for T
§impl<T> MeshPayload for T
impl<T> MeshPayload for T
§impl<T> SerializeMessage for Twhere
T: 'static + MeshPayload + Send,
impl<T> SerializeMessage for Twhere
T: 'static + MeshPayload + Send,
§fn compute_message_size(&mut self, sizer: MessageSizer<'_>)
fn compute_message_size(&mut self, sizer: MessageSizer<'_>)
Computes the message size, as in [
MessageEncode::compute_message_size
].§fn write_message(self, writer: MessageWriter<'_, '_, Resource>)
fn write_message(self, writer: MessageWriter<'_, '_, Resource>)
Writes the message, as in [
MessageEncode::write_message
].