#[repr(transparent)]pub struct QmiSscReportType(pub c_uint);Expand description
SSC service report types.
Since: 1.34
Tuple Fields§
§0: c_uintImplementations§
Source§impl QmiSscReportType
impl QmiSscReportType
Sourcepub const SMALL: QmiSscReportType
pub const SMALL: QmiSscReportType
Small size report.
Sourcepub const LARGE: QmiSscReportType
pub const LARGE: QmiSscReportType
Large size report.
Trait Implementations§
Source§impl Clone for QmiSscReportType
impl Clone for QmiSscReportType
Source§fn clone(&self) -> QmiSscReportType
fn clone(&self) -> QmiSscReportType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for QmiSscReportType
Source§impl Debug for QmiSscReportType
impl Debug for QmiSscReportType
impl Eq for QmiSscReportType
Source§impl Hash for QmiSscReportType
impl Hash for QmiSscReportType
Source§impl PartialEq for QmiSscReportType
impl PartialEq for QmiSscReportType
impl StructuralPartialEq for QmiSscReportType
Auto Trait Implementations§
impl Freeze for QmiSscReportType
impl RefUnwindSafe for QmiSscReportType
impl Send for QmiSscReportType
impl Sync for QmiSscReportType
impl Unpin for QmiSscReportType
impl UnsafeUnpin for QmiSscReportType
impl UnwindSafe for QmiSscReportType
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