#[repr(C)]pub struct NTMS_IEDOORINFORMATION {
pub Number: u32,
pub State: NtmsDoorState,
pub MaxOpenSecs: u16,
pub Library: Guid,
}Fields§
§Number: u32§State: NtmsDoorState§MaxOpenSecs: u16§Library: GuidTrait Implementations§
Source§impl Abi for NTMS_IEDOORINFORMATION
impl Abi for NTMS_IEDOORINFORMATION
Source§type Abi = NTMS_IEDOORINFORMATION
type Abi = NTMS_IEDOORINFORMATION
The abi representation of the implementing type. Read more
type DefaultType = NTMS_IEDOORINFORMATION
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for NTMS_IEDOORINFORMATION
impl Clone for NTMS_IEDOORINFORMATION
Source§fn clone(&self) -> NTMS_IEDOORINFORMATION
fn clone(&self) -> NTMS_IEDOORINFORMATION
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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_IEDOORINFORMATION
Source§impl Debug for NTMS_IEDOORINFORMATION
impl Debug for NTMS_IEDOORINFORMATION
Source§impl Default for NTMS_IEDOORINFORMATION
impl Default for NTMS_IEDOORINFORMATION
impl Eq for NTMS_IEDOORINFORMATION
Auto Trait Implementations§
impl Freeze for NTMS_IEDOORINFORMATION
impl RefUnwindSafe for NTMS_IEDOORINFORMATION
impl Send for NTMS_IEDOORINFORMATION
impl Sync for NTMS_IEDOORINFORMATION
impl Unpin for NTMS_IEDOORINFORMATION
impl UnsafeUnpin for NTMS_IEDOORINFORMATION
impl UnwindSafe for NTMS_IEDOORINFORMATION
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