pub struct InputStyleList {
pub styles: Vec<InputStyle>,
}
Fields§
§styles: Vec<InputStyle>
Trait Implementations§
Source§impl Clone for InputStyleList
impl Clone for InputStyleList
Source§fn clone(&self) -> InputStyleList
fn clone(&self) -> InputStyleList
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 Debug for InputStyleList
impl Debug for InputStyleList
Source§impl PartialEq for InputStyleList
impl PartialEq for InputStyleList
Source§impl XimRead for InputStyleList
impl XimRead for InputStyleList
Source§impl XimWrite for InputStyleList
impl XimWrite for InputStyleList
impl Eq for InputStyleList
impl StructuralPartialEq for InputStyleList
Auto Trait Implementations§
impl Freeze for InputStyleList
impl RefUnwindSafe for InputStyleList
impl Send for InputStyleList
impl Sync for InputStyleList
impl Unpin for InputStyleList
impl UnwindSafe for InputStyleList
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