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