☰
AttributeList
Methods
append_float
append_float_array
append_int
Trait Implementations
Debug
Default
Send
Sync
In skia_safe::pdf
?
Type Definition
skia_safe
::
pdf
::
AttributeList
source
·
[
−
]
pub type AttributeList =
Handle
<
SkPDF_AttributeList
>;
Implementations
§
source
§
impl
AttributeList
source
pub fn
append_int
( &mut self, owner: impl
AsRef
<
str
>, name: impl
AsRef
<
str
>, value:
i32
) ->
&mut Self
source
pub fn
append_float
( &mut self, owner: impl
AsRef
<
str
>, name: impl
AsRef
<
str
>, value:
f32
) ->
&mut Self
source
pub fn
append_float_array
( &mut self, owner: impl
AsRef
<
str
>, name: impl
AsRef
<
str
>, value: &[
f32
] ) ->
&mut Self
Trait Implementations
§
source
§
impl
Debug
for
AttributeList
source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
Formats the value using the given formatter.
Read more
source
§
impl
Default
for
AttributeList
source
§
fn
default
() -> Self
Returns the “default value” for a type.
Read more
source
§
impl
Send
for
AttributeList
source
§
impl
Sync
for
AttributeList