#[repr(transparent)]pub struct TopAbs_Orientation {
pub repr: u32,
}Fields§
§repr: u32Implementations§
Source§impl TopAbs_Orientation
impl TopAbs_Orientation
pub const TopAbs_FORWARD: Self
pub const TopAbs_REVERSED: Self
pub const TopAbs_INTERNAL: Self
pub const TopAbs_EXTERNAL: Self
Trait Implementations§
Source§impl Clone for TopAbs_Orientation
impl Clone for TopAbs_Orientation
Source§impl ExternType for TopAbs_Orientation
impl ExternType for TopAbs_Orientation
Source§impl PartialEq for TopAbs_Orientation
impl PartialEq for TopAbs_Orientation
impl Copy for TopAbs_Orientation
impl Eq for TopAbs_Orientation
impl StructuralPartialEq for TopAbs_Orientation
Auto Trait Implementations§
impl Freeze for TopAbs_Orientation
impl RefUnwindSafe for TopAbs_Orientation
impl Send for TopAbs_Orientation
impl Sync for TopAbs_Orientation
impl Unpin for TopAbs_Orientation
impl UnwindSafe for TopAbs_Orientation
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