pub enum L1RESUMER {
REQUESTED,
_Reserved(bool),
}
Expand description
Possible values of the field L1RESUME
Variants§
Implementations§
Source§impl L1RESUMER
impl L1RESUMER
Sourcepub fn bit_is_clear(&self) -> bool
pub fn bit_is_clear(&self) -> bool
Returns true
if the bit is clear (0)
Sourcepub fn bit_is_set(&self) -> bool
pub fn bit_is_set(&self) -> bool
Returns true
if the bit is set (1)
Sourcepub fn is_requested(&self) -> bool
pub fn is_requested(&self) -> bool
Checks if the value of the field is REQUESTED
Trait Implementations§
impl Copy for L1RESUMER
impl StructuralPartialEq for L1RESUMER
Auto Trait Implementations§
impl Freeze for L1RESUMER
impl RefUnwindSafe for L1RESUMER
impl Send for L1RESUMER
impl Sync for L1RESUMER
impl Unpin for L1RESUMER
impl UnwindSafe for L1RESUMER
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