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