pub struct PushTcU32Key { /* private fields */ }Available on crate feature
tc only.Implementations§
Source§impl PushTcU32Key
impl PushTcU32Key
Sourcepub fn new_from_slice(other: &[u8]) -> Option<Self>
pub fn new_from_slice(other: &[u8]) -> Option<Self>
Copy from contents from other slice
pub fn as_slice(&self) -> &[u8] ⓘ
pub fn as_mut_slice(&mut self) -> &mut [u8] ⓘ
pub const fn len() -> usize
pub fn mask(&self) -> u32
pub fn set_mask(&mut self, value: u32)
pub fn val(&self) -> u32
pub fn set_val(&mut self, value: u32)
pub fn off(&self) -> i32
pub fn set_off(&mut self, value: i32)
pub fn offmask(&self) -> i32
pub fn set_offmask(&mut self, value: i32)
Trait Implementations§
Source§impl Clone for PushTcU32Key
impl Clone for PushTcU32Key
Source§fn clone(&self) -> PushTcU32Key
fn clone(&self) -> PushTcU32Key
Returns a duplicate 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 PushTcU32Key
impl Debug for PushTcU32Key
Auto Trait Implementations§
impl Freeze for PushTcU32Key
impl RefUnwindSafe for PushTcU32Key
impl Send for PushTcU32Key
impl Sync for PushTcU32Key
impl Unpin for PushTcU32Key
impl UnwindSafe for PushTcU32Key
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