Enum altv::BaseObjectType
source · pub enum BaseObjectType {
Show 31 variants
Player,
Vehicle,
Ped,
Object,
Blip,
Webview,
VoiceChannel,
Colshape,
Checkpoint,
WebsocketClient,
HttpClient,
Audio,
AudioOutput,
AudioOutputWorld,
AudioOutputAttached,
AudioOutputFrontend,
RmlElement,
RmlDocument,
LocalPlayer,
LocalObject,
VirtualEntity,
VirtualEntityGroup,
Marker,
TextLabel,
LocalPed,
LocalVehicle,
AudioFilter,
ConnectionInfo,
CustomTexture,
Font,
Size,
}Variants§
Player
Vehicle
Ped
Object
Blip
Webview
VoiceChannel
Colshape
Checkpoint
WebsocketClient
HttpClient
Audio
AudioOutput
AudioOutputWorld
AudioOutputAttached
AudioOutputFrontend
RmlElement
RmlDocument
LocalPlayer
LocalObject
VirtualEntity
VirtualEntityGroup
Marker
TextLabel
LocalPed
LocalVehicle
AudioFilter
ConnectionInfo
CustomTexture
Font
Size
Trait Implementations§
source§impl Clone for BaseObjectType
impl Clone for BaseObjectType
source§fn clone(&self) -> BaseObjectType
fn clone(&self) -> BaseObjectType
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 BaseObjectType
impl Debug for BaseObjectType
source§impl Hash for BaseObjectType
impl Hash for BaseObjectType
source§impl PartialEq for BaseObjectType
impl PartialEq for BaseObjectType
source§fn eq(&self, other: &BaseObjectType) -> bool
fn eq(&self, other: &BaseObjectType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl TryFrom<u8> for BaseObjectType
impl TryFrom<u8> for BaseObjectType
impl Copy for BaseObjectType
impl Eq for BaseObjectType
impl StructuralPartialEq for BaseObjectType
Auto Trait Implementations§
impl Freeze for BaseObjectType
impl RefUnwindSafe for BaseObjectType
impl Send for BaseObjectType
impl Sync for BaseObjectType
impl Unpin for BaseObjectType
impl UnwindSafe for BaseObjectType
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