pub struct XvcInfo { /* private fields */ }Expand description
Contains static information about the server capabilities that are transfered between client and server in the beginning.
Implementations§
Trait Implementations§
impl Eq for XvcInfo
impl StructuralPartialEq for XvcInfo
Auto Trait Implementations§
impl Freeze for XvcInfo
impl RefUnwindSafe for XvcInfo
impl Send for XvcInfo
impl Sync for XvcInfo
impl Unpin for XvcInfo
impl UnwindSafe for XvcInfo
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