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