Struct SecbbrSecbb
#[repr(transparent)]pub struct SecbbrSecbb(pub u32);
Tuple Fields§
§0: u32
Implementations§
§impl SecbbrSecbb
impl SecbbrSecbb
§impl SecbbrSecbb
impl SecbbrSecbb
pub const fn from_bits(val: u32) -> SecbbrSecbb
pub const fn to_bits(self) -> u32
Trait Implementations§
§impl Clone for SecbbrSecbb
impl Clone for SecbbrSecbb
§fn clone(&self) -> SecbbrSecbb
fn clone(&self) -> SecbbrSecbb
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl From<SecbbrSecbb> for u32
impl From<SecbbrSecbb> for u32
§fn from(val: SecbbrSecbb) -> u32
fn from(val: SecbbrSecbb) -> u32
Converts to this type from the input type.
§impl From<u32> for SecbbrSecbb
impl From<u32> for SecbbrSecbb
§fn from(val: u32) -> SecbbrSecbb
fn from(val: u32) -> SecbbrSecbb
Converts to this type from the input type.
§impl Ord for SecbbrSecbb
impl Ord for SecbbrSecbb
§impl PartialEq for SecbbrSecbb
impl PartialEq for SecbbrSecbb
§impl PartialOrd for SecbbrSecbb
impl PartialOrd for SecbbrSecbb
impl Copy for SecbbrSecbb
impl Eq for SecbbrSecbb
impl StructuralPartialEq for SecbbrSecbb
Auto Trait Implementations§
impl Freeze for SecbbrSecbb
impl RefUnwindSafe for SecbbrSecbb
impl Send for SecbbrSecbb
impl Sync for SecbbrSecbb
impl Unpin for SecbbrSecbb
impl UnwindSafe for SecbbrSecbb
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