pub struct SeatFollowCamComponent {
pub follow: u8,
}Expand description
Seat settings entity component.
Fields§
§follow: u8Should the camera follow the seat? (bool)
Trait Implementations§
Source§impl Clone for SeatFollowCamComponent
impl Clone for SeatFollowCamComponent
Source§fn clone(&self) -> SeatFollowCamComponent
fn clone(&self) -> SeatFollowCamComponent
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 moreSource§impl Parsable for SeatFollowCamComponent
impl Parsable for SeatFollowCamComponent
impl Copy for SeatFollowCamComponent
Auto Trait Implementations§
impl Freeze for SeatFollowCamComponent
impl RefUnwindSafe for SeatFollowCamComponent
impl Send for SeatFollowCamComponent
impl Sync for SeatFollowCamComponent
impl Unpin for SeatFollowCamComponent
impl UnwindSafe for SeatFollowCamComponent
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