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