pub struct Cfg {
pub mtos: MatuushOS,
/* private fields */
}Fields§
§mtos: MatuushOSOptional, but mandatory if you want to configure MatuushOS.
⚠️ Warning: Do not try to pub use the [mtos] type on non-MatuushOS system!!! It can potentially harm your system.
Trait Implementations§
source§impl<'de> Deserialize<'de> for Cfg
impl<'de> Deserialize<'de> for Cfg
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for Cfg
impl Send for Cfg
impl !Sync for Cfg
impl Unpin for Cfg
impl UnwindSafe for Cfg
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