pub struct PushTcPeditKey { /* private fields */ }Available on crate feature
tc only.Implementations§
Source§impl PushTcPeditKey
impl PushTcPeditKey
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) -> u32
pub fn set_off(&mut self, value: u32)
pub fn at(&self) -> u32
pub fn set_at(&mut self, value: u32)
pub fn offmask(&self) -> u32
pub fn set_offmask(&mut self, value: u32)
pub fn shift(&self) -> u32
pub fn set_shift(&mut self, value: u32)
Trait Implementations§
Source§impl Clone for PushTcPeditKey
impl Clone for PushTcPeditKey
Source§fn clone(&self) -> PushTcPeditKey
fn clone(&self) -> PushTcPeditKey
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 PushTcPeditKey
impl Debug for PushTcPeditKey
Auto Trait Implementations§
impl Freeze for PushTcPeditKey
impl RefUnwindSafe for PushTcPeditKey
impl Send for PushTcPeditKey
impl Sync for PushTcPeditKey
impl Unpin for PushTcPeditKey
impl UnwindSafe for PushTcPeditKey
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