#[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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)