pub struct UserFontUpdatePath(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
Source§impl Clone for UserFontUpdatePath
impl Clone for UserFontUpdatePath
Source§fn clone(&self) -> UserFontUpdatePath
fn clone(&self) -> UserFontUpdatePath
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 UserFontUpdatePath
impl Debug for UserFontUpdatePath
Auto Trait Implementations§
impl Freeze for UserFontUpdatePath
impl RefUnwindSafe for UserFontUpdatePath
impl Send for UserFontUpdatePath
impl Sync for UserFontUpdatePath
impl Unpin for UserFontUpdatePath
impl UnwindSafe for UserFontUpdatePath
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