pub trait INexVersus_CheckAccessibleSlotSequenceMethods: INexVersus_CheckAccessibleSlotSequence {
// Provided methods
fn get_slot(self) -> u16 { ... }
fn ctor(
self,
target_info_list: impl Into<NexVersus_TargetSlotList>,
mode: impl Into<NexVersus_CheckAccessibleSlotSequence_Mode>,
end_callback: impl Into<NexVersus_EndCallback>,
) { ... }
fn postlogin(self) { ... }
fn get_info(self) { ... }
fn end_callback(self) { ... }
}Provided Methods§
Sourcefn ctor(
self,
target_info_list: impl Into<NexVersus_TargetSlotList>,
mode: impl Into<NexVersus_CheckAccessibleSlotSequence_Mode>,
end_callback: impl Into<NexVersus_EndCallback>,
)
fn ctor( self, target_info_list: impl Into<NexVersus_TargetSlotList>, mode: impl Into<NexVersus_CheckAccessibleSlotSequence_Mode>, end_callback: impl Into<NexVersus_EndCallback>, )
.ctor(crate::app::nexversus::NexVersus_TargetSlotList, crate::app::nexversus::NexVersus_CheckAccessibleSlotSequence_Mode, crate::app::nexversus::NexVersus_EndCallback) overload
Sourcefn end_callback(self)
fn end_callback(self)
EndCallback() overload
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementors§
impl<__T: INexVersus_CheckAccessibleSlotSequence> INexVersus_CheckAccessibleSlotSequenceMethods for __T
Available on crate feature
app-nexversus only.