pub struct GuideTicketResolution {
pub localization_code: i32,
}
Fields§
§localization_code: i32
Trait Implementations§
source§impl BaseParser for GuideTicketResolution
impl BaseParser for GuideTicketResolution
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 GuideTicketResolution
impl Clone for GuideTicketResolution
source§fn clone(&self) -> GuideTicketResolution
fn clone(&self) -> GuideTicketResolution
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 Debug for GuideTicketResolution
impl Debug for GuideTicketResolution
source§impl Default for GuideTicketResolution
impl Default for GuideTicketResolution
source§fn default() -> GuideTicketResolution
fn default() -> GuideTicketResolution
Returns the “default value” for a type. Read more
source§impl PartialEq<GuideTicketResolution> for GuideTicketResolution
impl PartialEq<GuideTicketResolution> for GuideTicketResolution
source§fn eq(&self, other: &GuideTicketResolution) -> bool
fn eq(&self, other: &GuideTicketResolution) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GuideTicketResolution
Auto Trait Implementations§
impl RefUnwindSafe for GuideTicketResolution
impl Send for GuideTicketResolution
impl Sync for GuideTicketResolution
impl Unpin for GuideTicketResolution
impl UnwindSafe for GuideTicketResolution
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