pub struct Camera_Size { /* private fields */ }
👎Deprecated: 我们建议在新应用程序中使用新的 android.hardware.camera2 API。
Expand description
图像尺寸(宽度和高度尺寸)。
Implementations§
Trait Implementations§
Source§impl Debug for Camera_Size
impl Debug for Camera_Size
Source§impl Deref for Camera_Size
impl Deref for Camera_Size
Source§impl From<&GlobalRef> for Camera_Size
impl From<&GlobalRef> for Camera_Size
Source§impl Into<GlobalRef> for &Camera_Size
impl Into<GlobalRef> for &Camera_Size
Source§impl JObjNew for Camera_Size
impl JObjNew for Camera_Size
Source§impl JType for Camera_Size
impl JType for Camera_Size
Source§impl PartialEq for Camera_Size
impl PartialEq for Camera_Size
Auto Trait Implementations§
impl Freeze for Camera_Size
impl RefUnwindSafe for Camera_Size
impl Send for Camera_Size
impl Sync for Camera_Size
impl Unpin for Camera_Size
impl UnwindSafe for Camera_Size
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