#[repr(C)]pub struct TextLabelAttachmentData {
pub playerID: i32,
pub vehicleID: i32,
}Fields§
§playerID: i32§vehicleID: i32Trait Implementations§
Source§impl Clone for TextLabelAttachmentData
impl Clone for TextLabelAttachmentData
Source§fn clone(&self) -> TextLabelAttachmentData
fn clone(&self) -> TextLabelAttachmentData
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 TextLabelAttachmentData
impl Debug for TextLabelAttachmentData
Source§impl Default for TextLabelAttachmentData
impl Default for TextLabelAttachmentData
Source§fn default() -> TextLabelAttachmentData
fn default() -> TextLabelAttachmentData
Returns the “default value” for a type. Read more
Source§impl PartialEq for TextLabelAttachmentData
impl PartialEq for TextLabelAttachmentData
impl Copy for TextLabelAttachmentData
impl StructuralPartialEq for TextLabelAttachmentData
Auto Trait Implementations§
impl Freeze for TextLabelAttachmentData
impl RefUnwindSafe for TextLabelAttachmentData
impl Send for TextLabelAttachmentData
impl Sync for TextLabelAttachmentData
impl Unpin for TextLabelAttachmentData
impl UnwindSafe for TextLabelAttachmentData
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