Struct NTMS_IEPORTINFORMATION
#[repr(C)]pub struct NTMS_IEPORTINFORMATION {
pub Number: u32,
pub Content: u32,
pub Position: u32,
pub MaxExtendSecs: u16,
pub Library: GUID,
}
Fields§
§Number: u32
§Content: u32
§Position: u32
§MaxExtendSecs: u16
§Library: GUID
Trait Implementations§
§impl Clone for NTMS_IEPORTINFORMATION
impl Clone for NTMS_IEPORTINFORMATION
§fn clone(&self) -> NTMS_IEPORTINFORMATION
fn clone(&self) -> NTMS_IEPORTINFORMATION
Returns a copy 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 moreimpl Copy for NTMS_IEPORTINFORMATION
Auto Trait Implementations§
impl Freeze for NTMS_IEPORTINFORMATION
impl RefUnwindSafe for NTMS_IEPORTINFORMATION
impl Send for NTMS_IEPORTINFORMATION
impl Sync for NTMS_IEPORTINFORMATION
impl Unpin for NTMS_IEPORTINFORMATION
impl UnwindSafe for NTMS_IEPORTINFORMATION
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