Struct line_messaging_api_rust::actions::ImagemapAction [−][src]
pub struct ImagemapAction { /* fields omitted */ }
Methods
impl ImagemapAction
[src]
impl ImagemapAction
pub fn new(
kind: ImageActionType,
label: &str,
area: Rectangle
) -> ImagemapAction
[src]
pub fn new(
kind: ImageActionType,
label: &str,
area: Rectangle
) -> ImagemapAction
pub fn create_imagemap_uri_action(
label: &str,
link_uri: &str,
x: u64,
y: u64,
width: u64,
height: u64
) -> ImagemapAction
[src]
pub fn create_imagemap_uri_action(
label: &str,
link_uri: &str,
x: u64,
y: u64,
width: u64,
height: u64
) -> ImagemapAction
pub fn create_imagemap_message_action(
label: &str,
text: &str,
x: u64,
y: u64,
width: u64,
height: u64
) -> ImagemapAction
[src]
pub fn create_imagemap_message_action(
label: &str,
text: &str,
x: u64,
y: u64,
width: u64,
height: u64
) -> ImagemapAction
Trait Implementations
impl Clone for ImagemapAction
[src]
impl Clone for ImagemapAction
fn clone(&self) -> ImagemapAction
[src]
fn clone(&self) -> ImagemapAction
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl Send for ImagemapAction
impl Send for ImagemapAction
impl Sync for ImagemapAction
impl Sync for ImagemapAction