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 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§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<ShowEnforceRoomCategoryDialog> for ShowEnforceRoomCategoryDialog
impl PartialEq<ShowEnforceRoomCategoryDialog> for ShowEnforceRoomCategoryDialog
source§fn eq(&self, other: &ShowEnforceRoomCategoryDialog) -> bool
fn eq(&self, other: &ShowEnforceRoomCategoryDialog) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ShowEnforceRoomCategoryDialog
Auto Trait Implementations§
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