#[repr(transparent)]pub struct ADVF(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl ADVF
impl ADVF
pub const ADVF_NODATA: Self
pub const ADVF_PRIMEFIRST: Self
pub const ADVF_ONLYONCE: Self
pub const ADVF_DATAONSTOP: Self
pub const ADVFCACHE_NOHANDLER: Self
pub const ADVFCACHE_FORCEBUILTIN: Self
pub const ADVFCACHE_ONSAVE: Self
Trait Implementations§
Source§impl Abi for ADVF
impl Abi for ADVF
impl Copy for ADVF
impl Eq for ADVF
impl StructuralPartialEq for ADVF
Auto Trait Implementations§
impl Freeze for ADVF
impl RefUnwindSafe for ADVF
impl Send for ADVF
impl Sync for ADVF
impl Unpin for ADVF
impl UnwindSafe for ADVF
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