pub struct GuiSessionInfo { /* private fields */ }
Trait Implementations§
Source§impl From<IDispatch> for GuiSessionInfo
impl From<IDispatch> for GuiSessionInfo
Source§impl GuiSessionInfoExt for GuiSessionInfo
impl GuiSessionInfoExt for GuiSessionInfo
fn application_server(&self) -> Result<String>
fn client(&self) -> Result<String>
fn codepage(&self) -> Result<i32>
fn flushes(&self) -> Result<i32>
fn group(&self) -> Result<String>
fn gui_codepage(&self) -> Result<i32>
fn i18n_mode(&self) -> Result<bool>
fn interpretation_time(&self) -> Result<i32>
fn is_low_speed_connection(&self) -> Result<bool>
fn language(&self) -> Result<String>
fn message_server(&self) -> Result<String>
fn program(&self) -> Result<String>
fn response_time(&self) -> Result<i32>
fn round_trips(&self) -> Result<i32>
fn screen_number(&self) -> Result<i32>
fn scripting_mode_read_only(&self) -> Result<bool>
fn scripting_mode_recording_disabled(&self) -> Result<bool>
fn session_number(&self) -> Result<i32>
fn system_name(&self) -> Result<String>
fn system_number(&self) -> Result<i32>
fn system_session_id(&self) -> Result<String>
fn transaction(&self) -> Result<String>
fn ui_guideline(&self) -> Result<String>
fn user(&self) -> Result<String>
Source§impl HasIDispatch for GuiSessionInfo
impl HasIDispatch for GuiSessionInfo
Source§fn get_idispatch(&self) -> &IDispatch
fn get_idispatch(&self) -> &IDispatch
Get the IDispatch object for low-level access to this component.
Source§impl VariantTypeExt<'_, GuiSessionInfo> for VARIANT
impl VariantTypeExt<'_, GuiSessionInfo> for VARIANT
Source§fn variant_from(value: GuiSessionInfo) -> VARIANT
fn variant_from(value: GuiSessionInfo) -> VARIANT
Convert from a type T into a
VARIANT
.Source§fn variant_into(&self) -> Result<GuiSessionInfo>
fn variant_into(&self) -> Result<GuiSessionInfo>
Convert from a
VARIANT
into a type, T.Auto Trait Implementations§
impl Freeze for GuiSessionInfo
impl RefUnwindSafe for GuiSessionInfo
impl !Send for GuiSessionInfo
impl !Sync for GuiSessionInfo
impl Unpin for GuiSessionInfo
impl UnwindSafe for GuiSessionInfo
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