#[repr(u32)]pub enum InterfaceKind {
Invalid = 0,
ScaleForm = 1,
Papyrus = 2,
Serialization = 3,
Task = 4,
Messaging = 5,
Object = 6,
Trampoline = 7,
Total = 8,
}
Expand description
Available for SKSEInterface::QueryInterface
id.
Variants§
Invalid = 0
ScaleForm = 1
Papyrus = 2
Serialization = 3
Task = 4
Messaging = 5
Object = 6
Trampoline = 7
Total = 8
Max
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InterfaceKind
impl RefUnwindSafe for InterfaceKind
impl Send for InterfaceKind
impl Sync for InterfaceKind
impl Unpin for InterfaceKind
impl UnwindSafe for InterfaceKind
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