pub struct UiLayer {
pub id: String,
pub parent: Option<String>,
pub modal: bool,
pub pause_game: bool,
pub visible: bool,
pub enabled: bool,
pub z_index: i32,
}Fields§
§id: String§parent: Option<String>§modal: bool§pause_game: bool§visible: bool§enabled: bool§z_index: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for UiLayer
impl RefUnwindSafe for UiLayer
impl Send for UiLayer
impl Sync for UiLayer
impl Unpin for UiLayer
impl UnsafeUnpin for UiLayer
impl UnwindSafe for UiLayer
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