pub struct ChannelKey(pub [u8; 32]);Expand description
Raw 32-byte multicast channel secret.
Tuple Fields§
§0: [u8; 32]Trait Implementations§
Source§impl Clone for ChannelKey
impl Clone for ChannelKey
Source§fn clone(&self) -> ChannelKey
fn clone(&self) -> ChannelKey
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ChannelKey
impl Debug for ChannelKey
Source§impl PartialEq for ChannelKey
impl PartialEq for ChannelKey
Source§impl Zeroize for ChannelKey
impl Zeroize for ChannelKey
impl Copy for ChannelKey
impl Eq for ChannelKey
Auto Trait Implementations§
impl Freeze for ChannelKey
impl RefUnwindSafe for ChannelKey
impl Send for ChannelKey
impl Sync for ChannelKey
impl Unpin for ChannelKey
impl UnwindSafe for ChannelKey
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)