pub struct image;Implementations§
source§impl image
impl image
pub const image_data: (&'static str, Option<&'static str>, bool) = ("image_data", None, false)
pub const image_reference: (&'static str, Option<&'static str>, bool) = ("image_reference", None, false)
pub const width: (&'static str, Option<&'static str>, bool) = ("width", None, false)
pub const height: (&'static str, Option<&'static str>, bool) = ("height", None, false)
pub const rotate: (&'static str, Option<&'static str>, bool) = ("rotate", None, false)
pub const role: (&'static str, Option<&'static str>, bool) = ("role", None, false)
pub const focus_id: (&'static str, Option<&'static str>, bool) = ("focus_id", None, false)
pub const alt: (&'static str, Option<&'static str>, bool) = ("alt", None, false)
pub const name: (&'static str, Option<&'static str>, bool) = ("name", None, false)
pub const focusable: (&'static str, Option<&'static str>, bool) = ("focusable", None, false)
Trait Implementations§
impl GlobalAttributes for image
Auto Trait Implementations§
impl RefUnwindSafe for image
impl Send for image
impl Sync for image
impl Unpin for image
impl UnwindSafe for image
Blanket Implementations§
§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
§impl<F, W, T, D> Deserialize<With<T, W>, D> for Fwhere
W: DeserializeWith<F, T, D>,
D: Fallible + ?Sized,
F: ?Sized,
impl<F, W, T, D> Deserialize<With<T, W>, D> for Fwhere W: DeserializeWith<F, T, D>, D: Fallible + ?Sized, F: ?Sized,
§fn deserialize(
&self,
deserializer: &mut D
) -> Result<With<T, W>, <D as Fallible>::Error>
fn deserialize( &self, deserializer: &mut D ) -> Result<With<T, W>, <D as Fallible>::Error>
Deserializes using the given deserializer