#[repr(transparent)]pub struct AVRounding(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl AVRounding
impl AVRounding
pub const ZERO: AVRounding
pub const INF: AVRounding
pub const DOWN: AVRounding
pub const UP: AVRounding
pub const NEAR_INF: AVRounding
pub const PASS_MINMAX: AVRounding
Trait Implementations§
Source§impl Clone for AVRounding
impl Clone for AVRounding
Source§fn clone(&self) -> AVRounding
fn clone(&self) -> AVRounding
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AVRounding
Source§impl Debug for AVRounding
impl Debug for AVRounding
impl Eq for AVRounding
Source§impl Hash for AVRounding
impl Hash for AVRounding
Source§impl PartialEq for AVRounding
impl PartialEq for AVRounding
impl StructuralPartialEq for AVRounding
Auto Trait Implementations§
impl Freeze for AVRounding
impl RefUnwindSafe for AVRounding
impl Send for AVRounding
impl Sync for AVRounding
impl Unpin for AVRounding
impl UnsafeUnpin for AVRounding
impl UnwindSafe for AVRounding
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