#[repr(C)]pub struct dgt_set_t {
pub out: [c_uchar; 16],
}Fields§
§out: [c_uchar; 16]Trait Implementations§
Auto Trait Implementations§
impl Freeze for dgt_set_t
impl RefUnwindSafe for dgt_set_t
impl Send for dgt_set_t
impl Sync for dgt_set_t
impl Unpin for dgt_set_t
impl UnwindSafe for dgt_set_t
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