Struct imnodes_sys::ImNodesIO
source · #[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 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