Struct LPM_HANDLE
#[repr(transparent)]pub struct LPM_HANDLE(pub *mut c_void);
Tuple Fields§
§0: *mut c_void
Implementations§
§impl LPM_HANDLE
impl LPM_HANDLE
pub fn is_invalid(&self) -> bool
Trait Implementations§
§impl Clone for LPM_HANDLE
impl Clone for LPM_HANDLE
§fn clone(&self) -> LPM_HANDLE
fn clone(&self) -> LPM_HANDLE
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 more§impl Debug for LPM_HANDLE
impl Debug for LPM_HANDLE
§impl PartialEq for LPM_HANDLE
impl PartialEq for LPM_HANDLE
impl Copy for LPM_HANDLE
impl Eq for LPM_HANDLE
impl StructuralPartialEq for LPM_HANDLE
Auto Trait Implementations§
impl Freeze for LPM_HANDLE
impl RefUnwindSafe for LPM_HANDLE
impl !Send for LPM_HANDLE
impl !Sync for LPM_HANDLE
impl Unpin for LPM_HANDLE
impl UnwindSafe for LPM_HANDLE
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