pub struct InfoHotelClosed {
pub open_hour: i32,
pub open_minute: i32,
pub user_thrown_out_at_close: bool,
}
Fields§
§open_hour: i32
§open_minute: i32
§user_thrown_out_at_close: bool
Trait Implementations§
Source§impl BaseParser for InfoHotelClosed
impl BaseParser for InfoHotelClosed
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 InfoHotelClosed
impl Clone for InfoHotelClosed
Source§fn clone(&self) -> InfoHotelClosed
fn clone(&self) -> InfoHotelClosed
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 Debug for InfoHotelClosed
impl Debug for InfoHotelClosed
Source§impl Default for InfoHotelClosed
impl Default for InfoHotelClosed
Source§fn default() -> InfoHotelClosed
fn default() -> InfoHotelClosed
Returns the “default value” for a type. Read more
Source§impl PacketVariable for InfoHotelClosed
impl PacketVariable for InfoHotelClosed
Source§impl PartialEq for InfoHotelClosed
impl PartialEq for InfoHotelClosed
impl StructuralPartialEq for InfoHotelClosed
Auto Trait Implementations§
impl Freeze for InfoHotelClosed
impl RefUnwindSafe for InfoHotelClosed
impl Send for InfoHotelClosed
impl Sync for InfoHotelClosed
impl Unpin for InfoHotelClosed
impl UnwindSafe for InfoHotelClosed
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