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