We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cd8167 commit 1de1666Copy full SHA for 1de1666
crates/ironrdp-pdu/src/rdp/headers.rs
@@ -518,7 +518,7 @@ bitflags! {
518
///
519
/// [2.2.3.1]: https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-rdpbcgr/8a29971a-df3c-48da-add2-8ed9a05edc89
520
#[derive(Debug, Clone, PartialEq, Eq)]
521
-pub struct ServerDeactivateAll {}
+pub struct ServerDeactivateAll;
522
523
impl ServerDeactivateAll {
524
const FIXED_PART_SIZE: usize = 2 /* length_source_descriptor */ + 1 /* source_descriptor */;
0 commit comments