#[repr(C)]pub struct GraphUiResT {
pub focus_changed: bool,
pub selection_changed: bool,
pub _padding_607: [c_char; 6],
pub focus: TtIdT,
pub next_root: TtIdT,
}Fields§
§focus_changed: bool§selection_changed: bool§_padding_607: [c_char; 6]§focus: TtIdT§next_root: TtIdTTrait Implementations§
Auto Trait Implementations§
impl Freeze for GraphUiResT
impl RefUnwindSafe for GraphUiResT
impl Send for GraphUiResT
impl Sync for GraphUiResT
impl Unpin for GraphUiResT
impl UnsafeUnpin for GraphUiResT
impl UnwindSafe for GraphUiResT
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