Fields
mask: u32
val: u32
off: i32
offmask: i32
Trait Implementations
sourceimpl<T: AsRef<[u8]>> Parseable<KeyBuffer<T>> for Key
impl<T: AsRef<[u8]>> Parseable<KeyBuffer<T>> for Key
sourcefn parse(buf: &KeyBuffer<T>) -> Result<Self, DecodeError>
fn parse(buf: &KeyBuffer<T>) -> Result<Self, DecodeError>
Deserialize the current type.
impl Eq for Key
impl StructuralEq for Key
impl StructuralPartialEq for Key
Auto Trait Implementations
impl RefUnwindSafe for Key
impl Send for Key
impl Sync for Key
impl Unpin for Key
impl UnwindSafe for Key
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more