pub struct PdInfo { /* private fields */ }
Expand description
OSDP PD Information. This struct is used to describe a PD to LibOSDP
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PdInfo
impl !RefUnwindSafe for PdInfo
impl Send for PdInfo
impl Sync for PdInfo
impl Unpin for PdInfo
impl !UnwindSafe for PdInfo
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