pub(crate) struct SiloDef {
pub(crate) name: String,
pub(crate) sid: u32,
pub(crate) family: String,
pub(crate) mode: String,
pub(crate) graphics_enabled: bool,
pub(crate) graphics_mode: String,
pub(crate) graphics_read_only: bool,
pub(crate) graphics_max_sessions: u16,
pub(crate) graphics_session_ttl_sec: u32,
pub(crate) graphics_turn_policy: String,
pub(crate) strates: Vec<StrateDef>,
}Fields§
§name: String§sid: u32§family: String§mode: String§graphics_enabled: bool§graphics_mode: String§graphics_read_only: bool§graphics_max_sessions: u16§graphics_session_ttl_sec: u32§graphics_turn_policy: String§strates: Vec<StrateDef>Auto Trait Implementations§
impl Freeze for SiloDef
impl RefUnwindSafe for SiloDef
impl Send for SiloDef
impl Sync for SiloDef
impl Unpin for SiloDef
impl UnsafeUnpin for SiloDef
impl UnwindSafe for SiloDef
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