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