Struct PrivbbrPrivbb
pub struct PrivbbrPrivbb(/* private fields */);Implementations§
§impl PrivbbrPrivbb
impl PrivbbrPrivbb
§impl PrivbbrPrivbb
impl PrivbbrPrivbb
pub const fn from_bits(val: u32) -> PrivbbrPrivbb
pub const fn to_bits(self) -> u32
Trait Implementations§
§impl Clone for PrivbbrPrivbb
impl Clone for PrivbbrPrivbb
§fn clone(&self) -> PrivbbrPrivbb
fn clone(&self) -> PrivbbrPrivbb
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PrivbbrPrivbb
§impl Debug for PrivbbrPrivbb
impl Debug for PrivbbrPrivbb
impl Eq for PrivbbrPrivbb
§impl From<PrivbbrPrivbb> for u32
impl From<PrivbbrPrivbb> for u32
§fn from(val: PrivbbrPrivbb) -> u32
fn from(val: PrivbbrPrivbb) -> u32
Converts to this type from the input type.
§impl From<u32> for PrivbbrPrivbb
impl From<u32> for PrivbbrPrivbb
§fn from(val: u32) -> PrivbbrPrivbb
fn from(val: u32) -> PrivbbrPrivbb
Converts to this type from the input type.
§impl Ord for PrivbbrPrivbb
impl Ord for PrivbbrPrivbb
§fn cmp(&self, other: &PrivbbrPrivbb) -> Ordering
fn cmp(&self, other: &PrivbbrPrivbb) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialEq for PrivbbrPrivbb
impl PartialEq for PrivbbrPrivbb
§impl PartialOrd for PrivbbrPrivbb
impl PartialOrd for PrivbbrPrivbb
impl StructuralPartialEq for PrivbbrPrivbb
Auto Trait Implementations§
impl Freeze for PrivbbrPrivbb
impl RefUnwindSafe for PrivbbrPrivbb
impl Send for PrivbbrPrivbb
impl Sync for PrivbbrPrivbb
impl Unpin for PrivbbrPrivbb
impl UnsafeUnpin for PrivbbrPrivbb
impl UnwindSafe for PrivbbrPrivbb
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