pub struct ShowEnforceRoomCategoryDialog {
pub selection_type: i32,
}
Fields§
§selection_type: i32
Trait Implementations§
Source§impl BaseParser for ShowEnforceRoomCategoryDialog
impl BaseParser for ShowEnforceRoomCategoryDialog
fn parse(packet: &mut HPacket) -> Self
fn append_to_packet(&self, packet: &mut HPacket)
fn get_direction() -> HDirection
fn get_packet_name() -> String
Source§impl Clone for ShowEnforceRoomCategoryDialog
impl Clone for ShowEnforceRoomCategoryDialog
Source§fn clone(&self) -> ShowEnforceRoomCategoryDialog
fn clone(&self) -> ShowEnforceRoomCategoryDialog
Returns a duplicate 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§impl Default for ShowEnforceRoomCategoryDialog
impl Default for ShowEnforceRoomCategoryDialog
Source§fn default() -> ShowEnforceRoomCategoryDialog
fn default() -> ShowEnforceRoomCategoryDialog
Returns the “default value” for a type. Read more
Source§impl PartialEq for ShowEnforceRoomCategoryDialog
impl PartialEq for ShowEnforceRoomCategoryDialog
Source§fn eq(&self, other: &ShowEnforceRoomCategoryDialog) -> bool
fn eq(&self, other: &ShowEnforceRoomCategoryDialog) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ShowEnforceRoomCategoryDialog
Auto Trait Implementations§
impl Freeze for ShowEnforceRoomCategoryDialog
impl RefUnwindSafe for ShowEnforceRoomCategoryDialog
impl Send for ShowEnforceRoomCategoryDialog
impl Sync for ShowEnforceRoomCategoryDialog
impl Unpin for ShowEnforceRoomCategoryDialog
impl UnwindSafe for ShowEnforceRoomCategoryDialog
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