#[repr(transparent)]pub struct LogType(pub c_uint);
Expand description
Enumerates log types.
Currently, LOG_APP is available.
Available since API-level: 8
Tuple Fields§
§0: c_uint
Implementations§
Trait Implementations§
impl Copy for LogType
impl Eq for LogType
impl StructuralPartialEq for LogType
Auto Trait Implementations§
impl Freeze for LogType
impl RefUnwindSafe for LogType
impl Send for LogType
impl Sync for LogType
impl Unpin for LogType
impl UnwindSafe for LogType
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