forked from mirrors/gstreamer-rs
Make value of Bitmask public
This commit is contained in:
parent
1f6fd3def7
commit
2035bba437
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ impl SetValue for FractionRange {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Copy, Clone, Debug, Eq, PartialEq, Hash)]
|
#[derive(Copy, Clone, Debug, Eq, PartialEq, Hash)]
|
||||||
pub struct Bitmask(u64);
|
pub struct Bitmask(pub u64);
|
||||||
|
|
||||||
impl Bitmask {
|
impl Bitmask {
|
||||||
pub fn new(v: u64) -> Self {
|
pub fn new(v: u64) -> Self {
|
||||||
|
|
Loading…
Reference in a new issue