pub struct Cdw10ReservationAcquire(/* private fields */);
Implementations§
Source§impl Cdw10ReservationAcquire
impl Cdw10ReservationAcquire
Sourcepub const fn with_racqa_checked(self, value: u8) -> Result<Self, ()>
pub const fn with_racqa_checked(self, value: u8) -> Result<Self, ()>
Reservation acquire action
Bits: 0..3
Sourcepub const fn with_racqa(self, value: u8) -> Self
pub const fn with_racqa(self, value: u8) -> Self
Reservation acquire action
Bits: 0..3
Sourcepub const fn set_racqa_checked(&mut self, value: u8) -> Result<(), ()>
pub const fn set_racqa_checked(&mut self, value: u8) -> Result<(), ()>
Reservation acquire action
Bits: 0..3
Sourcepub const fn with_iekey_checked(self, value: bool) -> Result<Self, ()>
pub const fn with_iekey_checked(self, value: bool) -> Result<Self, ()>
Ignore existing key (obsolete)
Bits: 3..4
Sourcepub const fn with_iekey(self, value: bool) -> Self
pub const fn with_iekey(self, value: bool) -> Self
Ignore existing key (obsolete)
Bits: 3..4
Sourcepub const fn set_iekey_checked(&mut self, value: bool) -> Result<(), ()>
pub const fn set_iekey_checked(&mut self, value: bool) -> Result<(), ()>
Ignore existing key (obsolete)
Bits: 3..4
Sourcepub const fn with_rtype_checked(self, value: u8) -> Result<Self, ()>
pub const fn with_rtype_checked(self, value: u8) -> Result<Self, ()>
Bits: 8..16
Sourcepub const fn with_rtype(self, value: u8) -> Self
pub const fn with_rtype(self, value: u8) -> Self
Bits: 8..16
Trait Implementations§
Source§impl Clone for Cdw10ReservationAcquire
impl Clone for Cdw10ReservationAcquire
Source§fn clone(&self) -> Cdw10ReservationAcquire
fn clone(&self) -> Cdw10ReservationAcquire
Returns a copy 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 moreSource§impl Debug for Cdw10ReservationAcquire
impl Debug for Cdw10ReservationAcquire
Source§impl Default for Cdw10ReservationAcquire
impl Default for Cdw10ReservationAcquire
Source§impl From<Cdw10ReservationAcquire> for u32
impl From<Cdw10ReservationAcquire> for u32
Source§fn from(v: Cdw10ReservationAcquire) -> u32
fn from(v: Cdw10ReservationAcquire) -> u32
Converts to this type from the input type.
Source§impl From<u32> for Cdw10ReservationAcquire
impl From<u32> for Cdw10ReservationAcquire
impl Copy for Cdw10ReservationAcquire
Auto Trait Implementations§
impl Freeze for Cdw10ReservationAcquire
impl RefUnwindSafe for Cdw10ReservationAcquire
impl Send for Cdw10ReservationAcquire
impl Sync for Cdw10ReservationAcquire
impl Unpin for Cdw10ReservationAcquire
impl UnwindSafe for Cdw10ReservationAcquire
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