pub struct LibraryAppletProxy { /* private fields */ }
Trait Implementations
sourceimpl IClientObject for LibraryAppletProxy
impl IClientObject for LibraryAppletProxy
fn new(session: Session) -> Self
fn get_session(&mut self) -> &mut Session
fn get_info(&mut self) -> ObjectInfo
fn set_info(&mut self, info: ObjectInfo)
fn convert_to_domain(&mut self) -> Result<()>
fn query_own_pointer_buffer_size(&mut self) -> Result<u16>
fn close_session(&mut self)
fn is_valid(&mut self) -> bool
fn is_domain(&mut self) -> bool
sourceimpl ILibraryAppletProxy for LibraryAppletProxy
impl ILibraryAppletProxy for LibraryAppletProxy
fn get_self_controller(&mut self) -> Result<Shared<dyn ISelfController>>
fn get_window_controller(&mut self) -> Result<Shared<dyn IWindowController>>
fn get_library_applet_creator(
&mut self
) -> Result<Shared<dyn ILibraryAppletCreator>>
fn sf_server_impl_get_self_controller(
&mut self,
protocol: CommandProtocol,
ctx: &mut ServerContext<'_>
) -> Result<()>
fn sf_server_impl_get_window_controller(
&mut self,
protocol: CommandProtocol,
ctx: &mut ServerContext<'_>
) -> Result<()>
fn sf_server_impl_get_library_applet_creator(
&mut self,
protocol: CommandProtocol,
ctx: &mut ServerContext<'_>
) -> Result<()>
fn get_sf_command_metadata_table(&self) -> CommandMetadataTable
sourceimpl IObject for LibraryAppletProxy
impl IObject for LibraryAppletProxy
fn get_command_metadata_table(&self) -> CommandMetadataTable
fn call_self_server_command(
&mut self,
command_fn: CommandFn,
protocol: CommandProtocol,
ctx: &mut ServerContext<'_>
) -> Result<()>
Auto Trait Implementations
impl RefUnwindSafe for LibraryAppletProxy
impl Send for LibraryAppletProxy
impl Sync for LibraryAppletProxy
impl Unpin for LibraryAppletProxy
impl UnwindSafe for LibraryAppletProxy
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more