Struct AEC_INPUT_STREAM
#[repr(transparent)]pub struct AEC_INPUT_STREAM(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for AEC_INPUT_STREAM
impl Clone for AEC_INPUT_STREAM
§fn clone(&self) -> AEC_INPUT_STREAM
fn clone(&self) -> AEC_INPUT_STREAM
Returns a copy 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 more§impl Debug for AEC_INPUT_STREAM
impl Debug for AEC_INPUT_STREAM
§impl Default for AEC_INPUT_STREAM
impl Default for AEC_INPUT_STREAM
§fn default() -> AEC_INPUT_STREAM
fn default() -> AEC_INPUT_STREAM
Returns the “default value” for a type. Read more
§impl PartialEq for AEC_INPUT_STREAM
impl PartialEq for AEC_INPUT_STREAM
impl Copy for AEC_INPUT_STREAM
impl Eq for AEC_INPUT_STREAM
impl StructuralPartialEq for AEC_INPUT_STREAM
Auto Trait Implementations§
impl Freeze for AEC_INPUT_STREAM
impl RefUnwindSafe for AEC_INPUT_STREAM
impl Send for AEC_INPUT_STREAM
impl Sync for AEC_INPUT_STREAM
impl Unpin for AEC_INPUT_STREAM
impl UnwindSafe for AEC_INPUT_STREAM
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