pub struct NewNavigatorPreferences {
pub window_x: i32,
pub window_y: i32,
pub window_width: i32,
pub window_height: i32,
pub left_pane_hidden: bool,
pub results_mode: i32,
}
Fields§
§window_x: i32
§window_y: i32
§window_width: i32
§window_height: i32
§results_mode: 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) -> NewNavigatorPreferences
fn clone(&self) -> NewNavigatorPreferences
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() -> NewNavigatorPreferences
fn default() -> NewNavigatorPreferences
Returns the “default value” for a type. Read more
source§fn eq(&self, other: &NewNavigatorPreferences) -> bool
fn eq(&self, other: &NewNavigatorPreferences) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.