#[repr(C, packed(4))]pub struct InputStreamClassInfoInterop {
pub name: *mut c_char,
pub description: *mut c_char,
}Fields§
§name: *mut c_char< The name of the input stream class. This is a free-form string. This string must be freed by the caller (using libCZI_Free).
description: *mut c_char< The description of the input stream class. This is a free-form string. This string must be freed by the caller (using libCZI_Free).
Trait Implementations§
Source§impl Clone for InputStreamClassInfoInterop
impl Clone for InputStreamClassInfoInterop
Source§fn clone(&self) -> InputStreamClassInfoInterop
fn clone(&self) -> InputStreamClassInfoInterop
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 InputStreamClassInfoInterop
impl Debug for InputStreamClassInfoInterop
impl Copy for InputStreamClassInfoInterop
Auto Trait Implementations§
impl Freeze for InputStreamClassInfoInterop
impl RefUnwindSafe for InputStreamClassInfoInterop
impl !Send for InputStreamClassInfoInterop
impl !Sync for InputStreamClassInfoInterop
impl Unpin for InputStreamClassInfoInterop
impl UnsafeUnpin for InputStreamClassInfoInterop
impl UnwindSafe for InputStreamClassInfoInterop
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