pub struct RectInstanceProps {
pub x: Option<usize>,
pub y: Option<usize>,
pub w: Option<usize>,
pub h: Option<usize>,
}
Fields§
§x: Option<usize>
§y: Option<usize>
§w: Option<usize>
§h: Option<usize>
Implementations§
Trait Implementations§
Source§impl Clone for RectInstanceProps
impl Clone for RectInstanceProps
Source§fn clone(&self) -> RectInstanceProps
fn clone(&self) -> RectInstanceProps
Returns a copy 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 Default for RectInstanceProps
impl Default for RectInstanceProps
Source§fn default() -> RectInstanceProps
fn default() -> RectInstanceProps
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RectInstanceProps
impl RefUnwindSafe for RectInstanceProps
impl Send for RectInstanceProps
impl Sync for RectInstanceProps
impl Unpin for RectInstanceProps
impl UnwindSafe for RectInstanceProps
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