Struct comfy_wgpu::ShipConfig
source · pub struct ShipConfig {
pub auto_disengage_angular_autopilot: bool,
}Fields§
§auto_disengage_angular_autopilot: boolTrait Implementations§
source§impl Clone for ShipConfig
impl Clone for ShipConfig
source§fn clone(&self) -> ShipConfig
fn clone(&self) -> ShipConfig
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 ShipConfig
impl Debug for ShipConfig
source§impl Default for ShipConfig
impl Default for ShipConfig
source§fn default() -> ShipConfig
fn default() -> ShipConfig
Returns the “default value” for a type. Read more
impl Copy for ShipConfig
Auto Trait Implementations§
impl RefUnwindSafe for ShipConfig
impl Send for ShipConfig
impl Sync for ShipConfig
impl Unpin for ShipConfig
impl UnwindSafe for ShipConfig
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