Struct DormancyState
#[repr(transparent)]pub struct DormancyState(pub c_int);Tuple Fields§
§0: c_intImplementations§
§impl DormancyState
impl DormancyState
pub const PHYSLINK_ACTIVE: Self
pub const PHYSLINK_ACTIVE: Self
Call is not dormant.
pub const PHYSLINK_DORMANT: Self
pub const PHYSLINK_DORMANT: Self
Call is dormant.
Trait Implementations§
§impl Clone for DormancyState
impl Clone for DormancyState
§fn clone(&self) -> DormancyState
fn clone(&self) -> DormancyState
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 more§impl Debug for DormancyState
impl Debug for DormancyState
§impl PartialEq for DormancyState
impl PartialEq for DormancyState
§impl Serialize for DormancyState
impl Serialize for DormancyState
impl Copy for DormancyState
impl Eq for DormancyState
impl StructuralPartialEq for DormancyState
Auto Trait Implementations§
impl Freeze for DormancyState
impl RefUnwindSafe for DormancyState
impl Send for DormancyState
impl Sync for DormancyState
impl Unpin for DormancyState
impl UnwindSafe for DormancyState
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