pub struct BeginInner {
pub remote_channel: Option<u16>,
pub next_outgoing_id: TransferNumber,
pub incoming_window: u32,
pub outgoing_window: u32,
pub handle_max: Handle,
pub offered_capabilities: Option<Symbols>,
pub desired_capabilities: Option<Symbols>,
pub properties: Option<Fields>,
}
Fields§
§remote_channel: Option<u16>
§next_outgoing_id: TransferNumber
§incoming_window: u32
§outgoing_window: u32
§handle_max: Handle
§offered_capabilities: Option<Symbols>
§desired_capabilities: Option<Symbols>
§properties: Option<Fields>
Trait Implementations§
Source§impl Clone for BeginInner
impl Clone for BeginInner
Source§fn clone(&self) -> BeginInner
fn clone(&self) -> BeginInner
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BeginInner
impl Debug for BeginInner
Source§impl Default for BeginInner
impl Default for BeginInner
Source§fn default() -> BeginInner
fn default() -> BeginInner
Returns the “default value” for a type. Read more
Source§impl PartialEq for BeginInner
impl PartialEq for BeginInner
impl Eq for BeginInner
impl StructuralPartialEq for BeginInner
Auto Trait Implementations§
impl Freeze for BeginInner
impl !RefUnwindSafe for BeginInner
impl Send for BeginInner
impl Sync for BeginInner
impl Unpin for BeginInner
impl !UnwindSafe for BeginInner
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