pub struct FloatAttributes {
pub position: Option<FloatPosition>,
pub offset_x: Option<f32>,
pub offset_y: Option<f32>,
pub z_index: Option<u32>,
}Fields§
§position: Option<FloatPosition>§offset_x: Option<f32>§offset_y: Option<f32>§z_index: Option<u32>Trait Implementations§
Source§impl Clone for FloatAttributes
impl Clone for FloatAttributes
Source§fn clone(&self) -> FloatAttributes
fn clone(&self) -> FloatAttributes
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FloatAttributes
impl Debug for FloatAttributes
Source§impl<'de> Deserialize<'de> for FloatAttributes
impl<'de> Deserialize<'de> for FloatAttributes
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
Source§impl PartialEq for FloatAttributes
impl PartialEq for FloatAttributes
Source§impl Serialize for FloatAttributes
impl Serialize for FloatAttributes
impl StructuralPartialEq for FloatAttributes
Auto Trait Implementations§
impl Freeze for FloatAttributes
impl RefUnwindSafe for FloatAttributes
impl Send for FloatAttributes
impl Sync for FloatAttributes
impl Unpin for FloatAttributes
impl UnwindSafe for FloatAttributes
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