pub struct FixedBrainParams {
pub base: BrainBase,
pub target_point: Option<Uoid>,
}Expand description
plCameraBrain1_Fixed (0x009F). C++ ref: plCameraBrain.cpp:1455-1459
Fields§
§base: BrainBase§target_point: Option<Uoid>Implementations§
Trait Implementations§
Source§impl Clone for FixedBrainParams
impl Clone for FixedBrainParams
Source§fn clone(&self) -> FixedBrainParams
fn clone(&self) -> FixedBrainParams
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 moreAuto Trait Implementations§
impl Freeze for FixedBrainParams
impl RefUnwindSafe for FixedBrainParams
impl Send for FixedBrainParams
impl Sync for FixedBrainParams
impl Unpin for FixedBrainParams
impl UnsafeUnpin for FixedBrainParams
impl UnwindSafe for FixedBrainParams
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