#[repr(C)]pub struct ImNodesIO {
pub EmulateThreeButtonMouse: EmulateThreeButtonMouse,
pub LinkDetachWithModifierClick: LinkDetachWithModifierClick,
pub MultipleSelectModifier: MultipleSelectModifier,
pub AltMouseButton: c_int,
pub AutoPanningSpeed: f32,
}Fields§
§EmulateThreeButtonMouse: EmulateThreeButtonMouse§LinkDetachWithModifierClick: LinkDetachWithModifierClick§MultipleSelectModifier: MultipleSelectModifier§AltMouseButton: c_int§AutoPanningSpeed: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for ImNodesIO
impl RefUnwindSafe for ImNodesIO
impl !Send for ImNodesIO
impl !Sync for ImNodesIO
impl Unpin for ImNodesIO
impl UnwindSafe for ImNodesIO
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