Mojo struct
ClockType
@register_passable(trivial)
struct ClockType
Fields
- code (
Int32):
Implemented traits
AnyType,
Copyable,
Equatable,
ImplicitlyCopyable,
ImplicitlyDestructible,
Movable
comptime members
__copyinit__is_trivial
comptime __copyinit__is_trivial = True
__del__is_trivial
comptime __del__is_trivial = True
__moveinit__is_trivial
comptime __moveinit__is_trivial = True
GRAPHICS
comptime GRAPHICS = ClockType(0)
Graphics clock domain.
MEM
comptime MEM = ClockType(2)
Memory clock domain.
SM
comptime SM = ClockType(1)
SM clock domain.
VIDEO
comptime VIDEO = ClockType(2)
Video clock domain.
Methods
__eq__
__eq__(self, other: Self) -> Bool
Returns:
Bool
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!