#[repr(transparent)]pub struct PsPitch(pub u32);Expand description
Processed Surface Pitch
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for PsPitch
impl Eq for PsPitch
impl StructuralPartialEq for PsPitch
Auto Trait Implementations§
impl Freeze for PsPitch
impl RefUnwindSafe for PsPitch
impl Send for PsPitch
impl Sync for PsPitch
impl Unpin for PsPitch
impl UnwindSafe for PsPitch
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