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