[−][src]Struct jvm_rs::jawt::jawt_DrawingSurface
Fields
env: *mut JNIEnv
target: jobject
Lock: Option<unsafe extern "C" fn(ds: *mut jawt_DrawingSurface) -> jint>
GetDrawingSurfaceInfo: Option<unsafe extern "C" fn(ds: *mut jawt_DrawingSurface) -> *mut JAWT_DrawingSurfaceInfo>
FreeDrawingSurfaceInfo: Option<unsafe extern "C" fn(dsi: *mut JAWT_DrawingSurfaceInfo)>
Unlock: Option<unsafe extern "C" fn(ds: *mut jawt_DrawingSurface)>
Trait Implementations
impl Clone for jawt_DrawingSurface
[src]
fn clone(&self) -> jawt_DrawingSurface
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for jawt_DrawingSurface
[src]
impl Debug for jawt_DrawingSurface
[src]
Auto Trait Implementations
impl RefUnwindSafe for jawt_DrawingSurface
impl !Send for jawt_DrawingSurface
impl !Sync for jawt_DrawingSurface
impl Unpin for jawt_DrawingSurface
impl UnwindSafe for jawt_DrawingSurface
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,