pub struct RichMenuAreaBounds {
pub x: u32,
pub y: u32,
pub width: u32,
pub height: u32,
}
Fields§
§x: u32
§y: u32
§width: u32
§height: u32
Trait Implementations§
Source§impl Clone for RichMenuAreaBounds
impl Clone for RichMenuAreaBounds
Source§fn clone(&self) -> RichMenuAreaBounds
fn clone(&self) -> RichMenuAreaBounds
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RichMenuAreaBounds
impl Debug for RichMenuAreaBounds
Source§impl Default for RichMenuAreaBounds
impl Default for RichMenuAreaBounds
Source§fn default() -> RichMenuAreaBounds
fn default() -> RichMenuAreaBounds
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RichMenuAreaBounds
impl<'de> Deserialize<'de> for RichMenuAreaBounds
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for RichMenuAreaBounds
impl RefUnwindSafe for RichMenuAreaBounds
impl Send for RichMenuAreaBounds
impl Sync for RichMenuAreaBounds
impl Unpin for RichMenuAreaBounds
impl UnwindSafe for RichMenuAreaBounds
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more