This commit is contained in:
blueloveTH 2023-09-27 14:47:54 +08:00
parent 2ba7732039
commit 27571f2fd6

View File

@ -137,7 +137,7 @@ class _StructLike(Generic[T]):
@classmethod
def from_struct(cls, s: struct) -> T: ...
def addr(self) -> void_p: ...
def addr(self) -> '_Pointer[T]': ...
def sizeof(self) -> int: ...
def copy(self) -> T: ...
def __eq__(self, other: T) -> bool: ...