Struct UiInfo
#[repr(C)]pub struct UiInfo {
pub type: UI_INFO_TYPE,
pub Anonymous: UiInfo_0,
}Fields§
§type: UI_INFO_TYPE§Anonymous: UiInfo_0Trait Implementations§
Auto Trait Implementations§
impl !Send for UiInfo
impl !Sync for UiInfo
impl Freeze for UiInfo
impl RefUnwindSafe for UiInfo
impl Unpin for UiInfo
impl UnsafeUnpin for UiInfo
impl UnwindSafe for UiInfo
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