#[repr(C)]pub struct LeaveShow {}Expand description
This message is sent unsolicited by both Capture and the peer when a show/project is closed or when the user wishes to disable show synchronization.
Implementations§
Trait Implementations§
impl Eq for LeaveShow
impl StructuralPartialEq for LeaveShow
Auto Trait Implementations§
impl Freeze for LeaveShow
impl RefUnwindSafe for LeaveShow
impl Send for LeaveShow
impl Sync for LeaveShow
impl Unpin for LeaveShow
impl UnsafeUnpin for LeaveShow
impl UnwindSafe for LeaveShow
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