pub struct Cdw10GetLogPage(/* private fields */);
Implementations§
Source§impl Cdw10GetLogPage
impl Cdw10GetLogPage
Sourcepub const fn with_lid_checked(self, value: u8) -> Result<Self, ()>
pub const fn with_lid_checked(self, value: u8) -> Result<Self, ()>
Log page identifier
Bits: 0..8
Sourcepub const fn set_lid_checked(&mut self, value: u8) -> Result<(), ()>
pub const fn set_lid_checked(&mut self, value: u8) -> Result<(), ()>
Log page identifier
Bits: 0..8
Sourcepub const fn with_lsp_checked(self, value: u8) -> Result<Self, ()>
pub const fn with_lsp_checked(self, value: u8) -> Result<Self, ()>
Bits: 8..15
Sourcepub const fn with_rae_checked(self, value: bool) -> Result<Self, ()>
pub const fn with_rae_checked(self, value: bool) -> Result<Self, ()>
Retain asynchronous event
Bits: 15..16
Sourcepub const fn set_rae_checked(&mut self, value: bool) -> Result<(), ()>
pub const fn set_rae_checked(&mut self, value: bool) -> Result<(), ()>
Retain asynchronous event
Bits: 15..16
Sourcepub const fn with_numdl_z_checked(self, value: u16) -> Result<Self, ()>
pub const fn with_numdl_z_checked(self, value: u16) -> Result<Self, ()>
Bits: 16..32
Sourcepub const fn with_numdl_z(self, value: u16) -> Self
pub const fn with_numdl_z(self, value: u16) -> Self
Bits: 16..32
Sourcepub const fn set_numdl_z(&mut self, value: u16)
pub const fn set_numdl_z(&mut self, value: u16)
Bits: 16..32
Trait Implementations§
Source§impl Clone for Cdw10GetLogPage
impl Clone for Cdw10GetLogPage
Source§fn clone(&self) -> Cdw10GetLogPage
fn clone(&self) -> Cdw10GetLogPage
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 Cdw10GetLogPage
impl Debug for Cdw10GetLogPage
Source§impl Default for Cdw10GetLogPage
impl Default for Cdw10GetLogPage
Source§impl From<Cdw10GetLogPage> for u32
impl From<Cdw10GetLogPage> for u32
Source§fn from(v: Cdw10GetLogPage) -> u32
fn from(v: Cdw10GetLogPage) -> u32
Converts to this type from the input type.
Source§impl From<u32> for Cdw10GetLogPage
impl From<u32> for Cdw10GetLogPage
impl Copy for Cdw10GetLogPage
Auto Trait Implementations§
impl Freeze for Cdw10GetLogPage
impl RefUnwindSafe for Cdw10GetLogPage
impl Send for Cdw10GetLogPage
impl Sync for Cdw10GetLogPage
impl Unpin for Cdw10GetLogPage
impl UnwindSafe for Cdw10GetLogPage
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