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