Struct key_native::Class
source · pub struct Class { /* private fields */ }Expand description
原生类型指针
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Class
impl !RefUnwindSafe for Class
impl !Send for Class
impl Unpin for Class
impl UnwindSafe for Class
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