#[repr(C)]pub struct PF_ChannelRef {
pub opaque: [A_intptr_t; 8],
}Expand description
the opaque type representing the channel data
Fields§
§opaque: [A_intptr_t; 8]Trait Implementations§
Source§impl Clone for PF_ChannelRef
impl Clone for PF_ChannelRef
Source§fn clone(&self) -> PF_ChannelRef
fn clone(&self) -> PF_ChannelRef
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 PF_ChannelRef
impl Debug for PF_ChannelRef
impl Copy for PF_ChannelRef
Auto Trait Implementations§
impl Freeze for PF_ChannelRef
impl RefUnwindSafe for PF_ChannelRef
impl Send for PF_ChannelRef
impl Sync for PF_ChannelRef
impl Unpin for PF_ChannelRef
impl UnwindSafe for PF_ChannelRef
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