pub struct TrunkPlacerBase {
pub base_height: i32,
pub height_rand_a: i32,
pub height_rand_b: i32,
}Fields§
§base_height: i32§height_rand_a: i32§height_rand_b: i32Trait Implementations§
Source§impl Clone for TrunkPlacerBase
impl Clone for TrunkPlacerBase
Source§fn clone(&self) -> TrunkPlacerBase
fn clone(&self) -> TrunkPlacerBase
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TrunkPlacerBase
impl RefUnwindSafe for TrunkPlacerBase
impl Send for TrunkPlacerBase
impl Sync for TrunkPlacerBase
impl Unpin for TrunkPlacerBase
impl UnsafeUnpin for TrunkPlacerBase
impl UnwindSafe for TrunkPlacerBase
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