#[repr(C)]pub struct _DPA(pub u8);
Tuple Fields§
§0: u8
Trait Implementations§
impl Copy for _DPA
impl Eq for _DPA
impl StructuralPartialEq for _DPA
Auto Trait Implementations§
impl Freeze for _DPA
impl RefUnwindSafe for _DPA
impl Send for _DPA
impl Sync for _DPA
impl Unpin for _DPA
impl UnwindSafe for _DPA
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