pub struct Rref {
pub reference_types: Vec<FourCC>,
}Fields§
§reference_types: Vec<FourCC>Trait Implementations§
impl Eq for Rref
impl StructuralPartialEq for Rref
Auto Trait Implementations§
impl Freeze for Rref
impl RefUnwindSafe for Rref
impl Send for Rref
impl Sync for Rref
impl Unpin for Rref
impl UnwindSafe for Rref
Blanket Implementations§
Source§impl<T> Atom for Twhere
T: AtomExt,
impl<T> Atom for Twhere
T: AtomExt,
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