pub struct OSSignpostInterval { /* private fields */ }Expand description
A started signpost interval.
Implementations§
Source§impl OSSignpostInterval
impl OSSignpostInterval
pub const fn id(self) -> OSSignpostId
pub const fn is_animation(self) -> bool
Trait Implementations§
Source§impl Clone for OSSignpostInterval
impl Clone for OSSignpostInterval
Source§fn clone(&self) -> OSSignpostInterval
fn clone(&self) -> OSSignpostInterval
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 moreSource§impl Debug for OSSignpostInterval
impl Debug for OSSignpostInterval
Source§impl Hash for OSSignpostInterval
impl Hash for OSSignpostInterval
Source§impl PartialEq for OSSignpostInterval
impl PartialEq for OSSignpostInterval
Source§fn eq(&self, other: &OSSignpostInterval) -> bool
fn eq(&self, other: &OSSignpostInterval) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for OSSignpostInterval
impl Eq for OSSignpostInterval
impl StructuralPartialEq for OSSignpostInterval
Auto Trait Implementations§
impl Freeze for OSSignpostInterval
impl RefUnwindSafe for OSSignpostInterval
impl Send for OSSignpostInterval
impl Sync for OSSignpostInterval
impl Unpin for OSSignpostInterval
impl UnsafeUnpin for OSSignpostInterval
impl UnwindSafe for OSSignpostInterval
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