pub struct SetNewNavigatorWindowPreferences {
pub x: i32,
pub y: i32,
pub width: i32,
pub height: i32,
pub left_pane_hidden: bool,
pub _unknown: i32,
}
Fields§
§x: i32
§y: i32
§width: i32
§height: i32
§_unknown: i32
Trait Implementations§
fn parse(packet: &mut HPacket) -> Self
fn append_to_packet(&self, packet: &mut HPacket)
fn get_direction() -> HDirection
fn get_packet_name() -> String
source§fn clone(&self) -> SetNewNavigatorWindowPreferences
fn clone(&self) -> SetNewNavigatorWindowPreferences
Returns a copy 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§fn default() -> SetNewNavigatorWindowPreferences
fn default() -> SetNewNavigatorWindowPreferences
Returns the “default value” for a type. Read more
source§fn eq(&self, other: &SetNewNavigatorWindowPreferences) -> bool
fn eq(&self, other: &SetNewNavigatorWindowPreferences) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.