#[repr(C, packed(1))]pub struct OPM_OUTPUT_ID_DATA {
pub rnRandomNumber: OPM_RANDOM_NUMBER,
pub ulStatusFlags: ULONG,
pub OutputId: UINT64,
}
Fields§
§rnRandomNumber: OPM_RANDOM_NUMBER
§ulStatusFlags: ULONG
§OutputId: UINT64
Trait Implementations§
Source§impl Clone for OPM_OUTPUT_ID_DATA
impl Clone for OPM_OUTPUT_ID_DATA
Source§fn clone(&self) -> OPM_OUTPUT_ID_DATA
fn clone(&self) -> OPM_OUTPUT_ID_DATA
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 OPM_OUTPUT_ID_DATA
impl Default for OPM_OUTPUT_ID_DATA
Source§fn default() -> OPM_OUTPUT_ID_DATA
fn default() -> OPM_OUTPUT_ID_DATA
Returns the “default value” for a type. Read more
impl Copy for OPM_OUTPUT_ID_DATA
Auto Trait Implementations§
impl Freeze for OPM_OUTPUT_ID_DATA
impl RefUnwindSafe for OPM_OUTPUT_ID_DATA
impl Send for OPM_OUTPUT_ID_DATA
impl Sync for OPM_OUTPUT_ID_DATA
impl Unpin for OPM_OUTPUT_ID_DATA
impl UnwindSafe for OPM_OUTPUT_ID_DATA
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