☰
BackendDrawableInfo
Methods
backend
is_valid
new
Trait Implementations
Debug
Send
Sync
In skia_safe::gpu
?
Type Definition
skia_safe
::
gpu
::
BackendDrawableInfo
source
·
[
−
]
pub type BackendDrawableInfo =
Handle
<
GrBackendDrawableInfo
>;
Implementations
§
source
§
impl
BackendDrawableInfo
source
pub fn
new
() -> Self
source
pub fn
is_valid
(&self) ->
bool
source
pub fn
backend
(&self) ->
BackendAPI
Trait Implementations
§
source
§
impl
Debug
for
BackendDrawableInfo
source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
Formats the value using the given formatter.
Read more
source
§
impl
Send
for
BackendDrawableInfo
source
§
impl
Sync
for
BackendDrawableInfo