#[repr(C)]pub struct PF_ChannelDesc {
pub channel_type: PF_ChannelType,
pub name: [A_char; 64],
pub data_type: PF_DataType,
pub dimension: A_long,
}Fields§
§channel_type: PF_ChannelType§name: [A_char; 64]§data_type: PF_DataType§dimension: A_longTrait Implementations§
Source§impl Clone for PF_ChannelDesc
impl Clone for PF_ChannelDesc
Source§fn clone(&self) -> PF_ChannelDesc
fn clone(&self) -> PF_ChannelDesc
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_ChannelDesc
impl Debug for PF_ChannelDesc
impl Copy for PF_ChannelDesc
Auto Trait Implementations§
impl Freeze for PF_ChannelDesc
impl RefUnwindSafe for PF_ChannelDesc
impl Send for PF_ChannelDesc
impl Sync for PF_ChannelDesc
impl Unpin for PF_ChannelDesc
impl UnwindSafe for PF_ChannelDesc
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