pub struct SystemProperties_Handle { /* private fields */ }
Expand description
预定位属性的句柄。提前查找属性句柄可以实现对单个属性的最佳重复查找。
Implementations§
Trait Implementations§
Source§impl Debug for SystemProperties_Handle
impl Debug for SystemProperties_Handle
Source§impl Deref for SystemProperties_Handle
impl Deref for SystemProperties_Handle
Source§impl From<&GlobalRef> for SystemProperties_Handle
impl From<&GlobalRef> for SystemProperties_Handle
Source§impl Into<GlobalRef> for &SystemProperties_Handle
impl Into<GlobalRef> for &SystemProperties_Handle
Source§impl JObjNew for SystemProperties_Handle
impl JObjNew for SystemProperties_Handle
Source§impl JType for SystemProperties_Handle
impl JType for SystemProperties_Handle
Source§impl PartialEq for SystemProperties_Handle
impl PartialEq for SystemProperties_Handle
Auto Trait Implementations§
impl Freeze for SystemProperties_Handle
impl RefUnwindSafe for SystemProperties_Handle
impl Send for SystemProperties_Handle
impl Sync for SystemProperties_Handle
impl Unpin for SystemProperties_Handle
impl UnwindSafe for SystemProperties_Handle
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