pub struct Targetint { /* private fields */ }
Expand description
no description available.
Implementations§
Trait Implementations§
impl Copy for Targetint
impl Eq for Targetint
impl Send for Targetint
impl StructuralPartialEq for Targetint
impl Sync for Targetint
Auto Trait Implementations§
impl Freeze for Targetint
impl RefUnwindSafe for Targetint
impl Unpin for Targetint
impl UnwindSafe for Targetint
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