#[repr(C, align(32))]pub struct _SYMCRYPT_DIVISOR {
pub type_: UINT32,
pub nDigits: UINT32,
pub cbSize: UINT32,
pub nBits: UINT32,
pub magic: SIZE_T,
pub td: _SYMCRYPT_DIVISOR__bindgen_ty_1,
pub Int: SYMCRYPT_INT,
}Fields§
§type_: UINT32§nDigits: UINT32§cbSize: UINT32§nBits: UINT32§magic: SIZE_T§td: _SYMCRYPT_DIVISOR__bindgen_ty_1§Int: SYMCRYPT_INTTrait Implementations§
Source§impl Clone for _SYMCRYPT_DIVISOR
impl Clone for _SYMCRYPT_DIVISOR
Source§fn clone(&self) -> _SYMCRYPT_DIVISOR
fn clone(&self) -> _SYMCRYPT_DIVISOR
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for _SYMCRYPT_DIVISOR
impl Default for _SYMCRYPT_DIVISOR
impl Copy for _SYMCRYPT_DIVISOR
Auto Trait Implementations§
impl Freeze for _SYMCRYPT_DIVISOR
impl RefUnwindSafe for _SYMCRYPT_DIVISOR
impl Send for _SYMCRYPT_DIVISOR
impl Sync for _SYMCRYPT_DIVISOR
impl Unpin for _SYMCRYPT_DIVISOR
impl UnwindSafe for _SYMCRYPT_DIVISOR
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