#[repr(i32)]pub enum CallbackType {
Show 72 variants
InvalidateTiles = 0,
InvalidateVisibleCursor = 1,
TextSelection = 2,
TextSelectionStart = 3,
TextSelectionEnd = 4,
CursorVisible = 5,
GraphicSelection = 6,
HyperlinkClicked = 7,
StateChanged = 8,
StatusIndicatorStart = 9,
StatusIndicatorSetValue = 10,
StatusIndicatorFinish = 11,
SearchNotFound = 12,
DocumentSizeChanged = 13,
SetPart = 14,
SearchResultSelection = 15,
UnoCommandResult = 16,
CellCursor = 17,
MousePointer = 18,
CellFormula = 19,
DocumentPassword = 20,
DocumentPasswordModify = 21,
Error = 22,
ContextMenu = 23,
InvalidateViewCursor = 24,
TextViewSelection = 25,
CellViewCursor = 26,
GraphicViewSelection = 27,
ViewCursorVisible = 28,
ViewLock = 29,
RedlineTableSizeChanged = 30,
RedlineTableEntryModified = 31,
Comment = 32,
InvalidateHeader = 33,
CellAddress = 34,
RulerUpdate = 35,
Window = 36,
ValidityListButton = 37,
ClipboardChanged = 38,
ContextChanged = 39,
SignatureStatus = 40,
ProfileFrame = 41,
CellSelectionArea = 42,
CellAutoFillArea = 43,
TableSelected = 44,
ReferenceMarks = 45,
JSDialog = 46,
CalcFunctionList = 47,
TabStopList = 48,
FormFieldButton = 49,
InvalidateSheetGeometry = 50,
ValidityInputHelp = 51,
DocumentBackgroundColor = 52,
CommandedBlocked = 53,
CellCursorFollowJump = 54,
ContentControl = 55,
PrintRanges = 56,
FontsMissing = 57,
MediaShape = 58,
ExportFile = 59,
ViewRenderState = 60,
ApplicationBackgroundColor = 61,
A11YFocusChanged = 62,
A11YCaretChanged = 63,
A11YTextSelectionChanged = 64,
ColorPalettes = 65,
DocumentPasswordReset = 66,
A11YFocusedCellChanged = 67,
A11YEditingInSelectionState = 68,
A11YSelectionChanged = 69,
CoreLog = 70,
Unknown(i32),
}
Variants§
InvalidateTiles = 0
InvalidateVisibleCursor = 1
TextSelection = 2
TextSelectionStart = 3
TextSelectionEnd = 4
CursorVisible = 5
GraphicSelection = 6
HyperlinkClicked = 7
StateChanged = 8
StatusIndicatorStart = 9
StatusIndicatorSetValue = 10
StatusIndicatorFinish = 11
SearchNotFound = 12
DocumentSizeChanged = 13
SetPart = 14
SearchResultSelection = 15
UnoCommandResult = 16
CellCursor = 17
MousePointer = 18
CellFormula = 19
DocumentPassword = 20
DocumentPasswordModify = 21
Error = 22
ContextMenu = 23
InvalidateViewCursor = 24
TextViewSelection = 25
CellViewCursor = 26
GraphicViewSelection = 27
ViewCursorVisible = 28
ViewLock = 29
RedlineTableSizeChanged = 30
RedlineTableEntryModified = 31
Comment = 32
InvalidateHeader = 33
CellAddress = 34
RulerUpdate = 35
Window = 36
ValidityListButton = 37
ClipboardChanged = 38
ContextChanged = 39
SignatureStatus = 40
ProfileFrame = 41
CellSelectionArea = 42
CellAutoFillArea = 43
TableSelected = 44
ReferenceMarks = 45
JSDialog = 46
CalcFunctionList = 47
TabStopList = 48
FormFieldButton = 49
InvalidateSheetGeometry = 50
ValidityInputHelp = 51
DocumentBackgroundColor = 52
CommandedBlocked = 53
CellCursorFollowJump = 54
ContentControl = 55
PrintRanges = 56
FontsMissing = 57
MediaShape = 58
ExportFile = 59
ViewRenderState = 60
ApplicationBackgroundColor = 61
A11YFocusChanged = 62
A11YCaretChanged = 63
A11YTextSelectionChanged = 64
ColorPalettes = 65
DocumentPasswordReset = 66
A11YFocusedCellChanged = 67
A11YEditingInSelectionState = 68
A11YSelectionChanged = 69
CoreLog = 70
Unknown(i32)
Trait Implementations§
Source§impl Clone for CallbackType
impl Clone for CallbackType
Source§fn clone(&self) -> CallbackType
fn clone(&self) -> CallbackType
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CallbackType
impl Debug for CallbackType
Source§impl From<i32> for CallbackType
impl From<i32> for CallbackType
Source§impl FromPrimitive for CallbackType
impl FromPrimitive for CallbackType
Source§impl PartialEq for CallbackType
impl PartialEq for CallbackType
impl Copy for CallbackType
impl Eq for CallbackType
impl StructuralPartialEq for CallbackType
Auto Trait Implementations§
impl Freeze for CallbackType
impl RefUnwindSafe for CallbackType
impl Send for CallbackType
impl Sync for CallbackType
impl Unpin for CallbackType
impl UnwindSafe for CallbackType
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