#[repr(transparent)]pub struct PsUbuf(pub u32);Expand description
PS U/Cb or 2 Plane UV Input Buffer Address
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for PsUbuf
impl Eq for PsUbuf
impl StructuralPartialEq for PsUbuf
Auto Trait Implementations§
impl Freeze for PsUbuf
impl RefUnwindSafe for PsUbuf
impl Send for PsUbuf
impl Sync for PsUbuf
impl Unpin for PsUbuf
impl UnwindSafe for PsUbuf
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