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