pub struct WindowUpdateFrame {
pub stream_id: u32,
pub increment: u32,
}Expand description
WINDOW_UPDATE frame.
Fields§
§stream_id: u32§increment: u32Implementations§
Trait Implementations§
Source§impl Clone for WindowUpdateFrame
impl Clone for WindowUpdateFrame
Source§fn clone(&self) -> WindowUpdateFrame
fn clone(&self) -> WindowUpdateFrame
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for WindowUpdateFrame
impl RefUnwindSafe for WindowUpdateFrame
impl Send for WindowUpdateFrame
impl Sync for WindowUpdateFrame
impl Unpin for WindowUpdateFrame
impl UnsafeUnpin for WindowUpdateFrame
impl UnwindSafe for WindowUpdateFrame
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