Struct matrix_sdk::media::MediaFileHandle
source · pub struct MediaFileHandle { /* private fields */ }
Available on non-WebAssembly only.
Expand description
A file handle that takes ownership of a media file on disk. When the handle is dropped, the file will be removed from the disk.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MediaFileHandle
impl Send for MediaFileHandle
impl Sync for MediaFileHandle
impl Unpin for MediaFileHandle
impl UnwindSafe for MediaFileHandle
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