Struct AVBSFList
#[repr(C)]pub struct AVBSFList { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AVBSFList
impl RefUnwindSafe for AVBSFList
impl Send for AVBSFList
impl Sync for AVBSFList
impl Unpin for AVBSFList
impl UnwindSafe for AVBSFList
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