#[repr(C)]pub struct mlx_io_reader_ {
pub ctx: *mut c_void,
}Fields§
§ctx: *mut c_voidTrait Implementations§
Source§impl Clone for mlx_io_reader_
impl Clone for mlx_io_reader_
Source§fn clone(&self) -> mlx_io_reader_
fn clone(&self) -> mlx_io_reader_
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for mlx_io_reader_
impl Debug for mlx_io_reader_
impl Copy for mlx_io_reader_
Auto Trait Implementations§
impl Freeze for mlx_io_reader_
impl RefUnwindSafe for mlx_io_reader_
impl !Send for mlx_io_reader_
impl !Sync for mlx_io_reader_
impl Unpin for mlx_io_reader_
impl UnsafeUnpin for mlx_io_reader_
impl UnwindSafe for mlx_io_reader_
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