pub struct Cdw10ReservationRelease(/* private fields */);
Implementations§
Source§impl Cdw10ReservationRelease
impl Cdw10ReservationRelease
Sourcepub const fn with_rrela_checked(self, value: u8) -> Result<Self, ()>
pub const fn with_rrela_checked(self, value: u8) -> Result<Self, ()>
Reservation release action
Bits: 0..3
Sourcepub const fn with_rrela(self, value: u8) -> Self
pub const fn with_rrela(self, value: u8) -> Self
Reservation release action
Bits: 0..3
Sourcepub const fn set_rrela_checked(&mut self, value: u8) -> Result<(), ()>
pub const fn set_rrela_checked(&mut self, value: u8) -> Result<(), ()>
Reservation release 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 Cdw10ReservationRelease
impl Clone for Cdw10ReservationRelease
Source§fn clone(&self) -> Cdw10ReservationRelease
fn clone(&self) -> Cdw10ReservationRelease
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 Cdw10ReservationRelease
impl Debug for Cdw10ReservationRelease
Source§impl Default for Cdw10ReservationRelease
impl Default for Cdw10ReservationRelease
Source§impl From<Cdw10ReservationRelease> for u32
impl From<Cdw10ReservationRelease> for u32
Source§fn from(v: Cdw10ReservationRelease) -> u32
fn from(v: Cdw10ReservationRelease) -> u32
Converts to this type from the input type.
Source§impl From<u32> for Cdw10ReservationRelease
impl From<u32> for Cdw10ReservationRelease
impl Copy for Cdw10ReservationRelease
Auto Trait Implementations§
impl Freeze for Cdw10ReservationRelease
impl RefUnwindSafe for Cdw10ReservationRelease
impl Send for Cdw10ReservationRelease
impl Sync for Cdw10ReservationRelease
impl Unpin for Cdw10ReservationRelease
impl UnwindSafe for Cdw10ReservationRelease
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