#[repr(C)]pub struct AEIO_OptionsCBInfo {
pub o_flags: AEIO_SupportedDepthFlags,
pub out_specH: AEIO_OutSpecH,
}Fields§
§o_flags: AEIO_SupportedDepthFlags§out_specH: AEIO_OutSpecHTrait Implementations§
Source§impl Clone for AEIO_OptionsCBInfo
impl Clone for AEIO_OptionsCBInfo
Source§fn clone(&self) -> AEIO_OptionsCBInfo
fn clone(&self) -> AEIO_OptionsCBInfo
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 AEIO_OptionsCBInfo
impl Debug for AEIO_OptionsCBInfo
impl Copy for AEIO_OptionsCBInfo
Auto Trait Implementations§
impl Freeze for AEIO_OptionsCBInfo
impl RefUnwindSafe for AEIO_OptionsCBInfo
impl !Send for AEIO_OptionsCBInfo
impl !Sync for AEIO_OptionsCBInfo
impl Unpin for AEIO_OptionsCBInfo
impl UnwindSafe for AEIO_OptionsCBInfo
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