Struct miniblink_sys::_jsType
source · #[repr(transparent)]pub struct _jsType(pub c_int);Tuple Fields§
§0: c_intImplementations§
Trait Implementations§
source§impl PartialEq for _jsType
impl PartialEq for _jsType
impl Copy for _jsType
impl Eq for _jsType
impl StructuralPartialEq for _jsType
Auto Trait Implementations§
impl Freeze for _jsType
impl RefUnwindSafe for _jsType
impl Send for _jsType
impl Sync for _jsType
impl Unpin for _jsType
impl UnwindSafe for _jsType
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