pub struct JImmediate { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for JImmediate
impl Clone for JImmediate
Source§fn clone(&self) -> JImmediate
fn clone(&self) -> JImmediate
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for JImmediate
Source§impl Debug for JImmediate
impl Debug for JImmediate
Source§impl Display for JImmediate
impl Display for JImmediate
Source§impl Into<i64> for JImmediate
impl Into<i64> for JImmediate
Source§impl PartialEq for JImmediate
impl PartialEq for JImmediate
Source§fn eq(&self, other: &JImmediate) -> bool
fn eq(&self, other: &JImmediate) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for JImmediate
Auto Trait Implementations§
impl Freeze for JImmediate
impl RefUnwindSafe for JImmediate
impl Send for JImmediate
impl Sync for JImmediate
impl Unpin for JImmediate
impl UnsafeUnpin for JImmediate
impl UnwindSafe for JImmediate
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