pub struct GuiAnchor {
pub ghost_mode: GuiAnchorGhostMode,
pub gui: &'static str,
pub name: &'static str,
pub names: &'static [&'static str],
pub position: &'static str,
pub type: &'static str,
}Fields§
§ghost_mode: GuiAnchorGhostMode§gui: &'static str§name: &'static str§names: &'static [&'static str]§position: &'static str§type: &'static strTrait Implementations§
impl Copy for GuiAnchor
impl StructuralPartialEq for GuiAnchor
Auto Trait Implementations§
impl Freeze for GuiAnchor
impl RefUnwindSafe for GuiAnchor
impl Send for GuiAnchor
impl Sync for GuiAnchor
impl Unpin for GuiAnchor
impl UnsafeUnpin for GuiAnchor
impl UnwindSafe for GuiAnchor
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