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