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