pub enum ResourceProfileReader {}Trait Implementations§
Source§impl CapabilityType for ResourceProfileReader
impl CapabilityType for ResourceProfileReader
const INTERFACE_ID: u64 = RESOURCE_PROFILE_READER_INTERFACE_ID
Source§impl Clone for ResourceProfileReader
impl Clone for ResourceProfileReader
Source§fn clone(&self) -> ResourceProfileReader
fn clone(&self) -> ResourceProfileReader
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 ResourceProfileReader
Source§impl Debug for ResourceProfileReader
impl Debug for ResourceProfileReader
impl Eq for ResourceProfileReader
Source§impl PartialEq for ResourceProfileReader
impl PartialEq for ResourceProfileReader
impl StructuralPartialEq for ResourceProfileReader
Auto Trait Implementations§
impl Freeze for ResourceProfileReader
impl RefUnwindSafe for ResourceProfileReader
impl Send for ResourceProfileReader
impl Sync for ResourceProfileReader
impl Unpin for ResourceProfileReader
impl UnsafeUnpin for ResourceProfileReader
impl UnwindSafe for ResourceProfileReader
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