struct UpsamplerGeneric {
horizontal_scaling_factor: u8,
vertical_scaling_factor: u8,
}
Fields§
§horizontal_scaling_factor: u8
§vertical_scaling_factor: u8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UpsamplerGeneric
impl RefUnwindSafe for UpsamplerGeneric
impl Send for UpsamplerGeneric
impl Sync for UpsamplerGeneric
impl Unpin for UpsamplerGeneric
impl UnwindSafe for UpsamplerGeneric
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