fn from()

in cubeb-core/src/channel.rs [64:66]


    fn from(x: ffi::cubeb_channel) -> Self {
        ChannelLayout::from_bits_truncate(x)
    }