format: mark Context::nb_streams as public
This commit is contained in:
@ -38,7 +38,7 @@ impl Context {
|
|||||||
|
|
||||||
impl Context {
|
impl Context {
|
||||||
#[inline]
|
#[inline]
|
||||||
fn nb_streams(&self) -> u32 {
|
pub fn nb_streams(&self) -> u32 {
|
||||||
unsafe { (*self.as_ptr()).nb_streams }
|
unsafe { (*self.as_ptr()).nb_streams }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user