pub struct ConfigurationSection {
pub name: WString,
pub parameters: ConfigurationParameterList,
/* private fields */
}
Fields§
§name: WString
§parameters: ConfigurationParameterList
Trait Implementations§
Source§impl From<&FABRIC_CONFIGURATION_SECTION> for ConfigurationSection
impl From<&FABRIC_CONFIGURATION_SECTION> for ConfigurationSection
Source§fn from(value: &FABRIC_CONFIGURATION_SECTION) -> Self
fn from(value: &FABRIC_CONFIGURATION_SECTION) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ConfigurationSection
impl RefUnwindSafe for ConfigurationSection
impl !Send for ConfigurationSection
impl !Sync for ConfigurationSection
impl Unpin for ConfigurationSection
impl UnwindSafe for ConfigurationSection
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