pub struct Xid { /* private fields */ }
Expand description
XID - Exchange Identification (4.3.3.7, page 24)
ISO 8885 exchange of capabilities, like extended sequence numbers, max IFRAME size (“MTU”), and lots of other stuff.
TODO: Currently not implemented.
Trait Implementations§
impl StructuralPartialEq for Xid
Auto Trait Implementations§
impl Freeze for Xid
impl RefUnwindSafe for Xid
impl Send for Xid
impl Sync for Xid
impl Unpin for Xid
impl UnwindSafe for Xid
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