#[repr(C)]pub struct TiCapabilityLevelInfo {
pub capability: TiCapability,
pub level: u32,
}Expand description
Structure TiCapabilityLevelInfo
An integral device capability level. It currently is not guaranteed that a higher level value is compatible with a lower level value.
Fields§
§capability: TiCapability§level: u32Trait Implementations§
Source§impl Clone for TiCapabilityLevelInfo
impl Clone for TiCapabilityLevelInfo
Source§fn clone(&self) -> TiCapabilityLevelInfo
fn clone(&self) -> TiCapabilityLevelInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TiCapabilityLevelInfo
Auto Trait Implementations§
impl Freeze for TiCapabilityLevelInfo
impl RefUnwindSafe for TiCapabilityLevelInfo
impl Send for TiCapabilityLevelInfo
impl Sync for TiCapabilityLevelInfo
impl Unpin for TiCapabilityLevelInfo
impl UnwindSafe for TiCapabilityLevelInfo
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