pub struct PlayerVerticalSample {
pub height: f32,
pub band: PlayerVerticalBand,
}Fields§
§height: f32§band: PlayerVerticalBandImplementations§
Source§impl PlayerVerticalSample
impl PlayerVerticalSample
pub fn from_height(height: f32) -> Self
Trait Implementations§
Source§impl Clone for PlayerVerticalSample
impl Clone for PlayerVerticalSample
Source§fn clone(&self) -> PlayerVerticalSample
fn clone(&self) -> PlayerVerticalSample
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 Debug for PlayerVerticalSample
impl Debug for PlayerVerticalSample
Source§impl PartialEq for PlayerVerticalSample
impl PartialEq for PlayerVerticalSample
impl Copy for PlayerVerticalSample
impl StructuralPartialEq for PlayerVerticalSample
Auto Trait Implementations§
impl Freeze for PlayerVerticalSample
impl RefUnwindSafe for PlayerVerticalSample
impl Send for PlayerVerticalSample
impl Sync for PlayerVerticalSample
impl Unpin for PlayerVerticalSample
impl UnsafeUnpin for PlayerVerticalSample
impl UnwindSafe for PlayerVerticalSample
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