pub struct CxIconSlot {
pub t1: Vec2,
pub t2: Vec2,
pub chan: f32,
}Fields§
§t1: Vec2§t2: Vec2§chan: f32Trait Implementations§
Source§impl Clone for CxIconSlot
impl Clone for CxIconSlot
Source§fn clone(&self) -> CxIconSlot
fn clone(&self) -> CxIconSlot
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 moreimpl Copy for CxIconSlot
Auto Trait Implementations§
impl Freeze for CxIconSlot
impl RefUnwindSafe for CxIconSlot
impl Send for CxIconSlot
impl Sync for CxIconSlot
impl Unpin for CxIconSlot
impl UnwindSafe for CxIconSlot
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