Lines Matching defs:WindowUpdate
73 WindowUpdate = 0x8,
97 WindowUpdate(WindowUpdate),
185 pub struct WindowUpdate {
319 Payload::WindowUpdate(_) => FrameType::WindowUpdate,
509 impl WindowUpdate {
510 /// Creates a new WindowUpdate instance with the provided window size
513 WindowUpdate {
523 /// Returns the length of the WindowUpdate frame when encoded.
737 let payload_window_update = Payload::WindowUpdate(WindowUpdate::new(1024));
738 assert_eq!(payload_window_update.frame_type(), FrameType::WindowUpdate);