#[repr(C)]pub struct _DSSSEED {
pub counter: DWORD,
pub seed: [BYTE; 20],
}
Fields§
§counter: DWORD
§seed: [BYTE; 20]
Trait Implementations§
Source§impl Ord for _DSSSEED
impl Ord for _DSSSEED
Source§impl PartialOrd for _DSSSEED
impl PartialOrd for _DSSSEED
impl Copy for _DSSSEED
impl Eq for _DSSSEED
impl StructuralPartialEq for _DSSSEED
Auto Trait Implementations§
impl Freeze for _DSSSEED
impl RefUnwindSafe for _DSSSEED
impl Send for _DSSSEED
impl Sync for _DSSSEED
impl Unpin for _DSSSEED
impl UnwindSafe for _DSSSEED
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