pub struct ModDetailVehicleFlags {
pub beacons: VehicleCapability,
pub color: VehicleCapability,
pub enterable: VehicleCapability,
pub lights: VehicleCapability,
pub motorized: VehicleCapability,
pub wheels: VehicleCapability,
}Expand description
Vehicle flags
Fields§
§beacons: VehicleCapabilityhas beacon lights
color: VehicleCapabilityhas paint options
enterable: VehicleCapabilitycan be entered by player
lights: VehicleCapabilityhas real lights
motorized: VehicleCapabilityis motorized
wheels: VehicleCapabilityhas wheel options
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ModDetailVehicleFlags
impl RefUnwindSafe for ModDetailVehicleFlags
impl Send for ModDetailVehicleFlags
impl Sync for ModDetailVehicleFlags
impl Unpin for ModDetailVehicleFlags
impl UnwindSafe for ModDetailVehicleFlags
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