pub struct EsScreenSharingAttach {
pub success: bool,
pub source_address: EsAddressType,
pub viewer_appleid: Option<String>,
pub authentication_type: Option<String>,
pub session_username: Option<String>,
pub existing_session: bool,
pub graphical_session_id: u32,
}
Fields§
§success: bool
§source_address: EsAddressType
§viewer_appleid: Option<String>
§authentication_type: Option<String>
§session_username: Option<String>
§existing_session: bool
§graphical_session_id: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EsScreenSharingAttach
impl RefUnwindSafe for EsScreenSharingAttach
impl Send for EsScreenSharingAttach
impl Sync for EsScreenSharingAttach
impl Unpin for EsScreenSharingAttach
impl UnwindSafe for EsScreenSharingAttach
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