pub struct LineOrderAttribute(/* private fields */);Implementations§
Source§impl LineOrderAttribute
impl LineOrderAttribute
Sourcepub fn from_value(value: &LineOrder) -> LineOrderAttribute
pub fn from_value(value: &LineOrder) -> LineOrderAttribute
Create a new attribute wrapping the given value
Trait Implementations§
Source§impl OpaquePtr for LineOrderAttribute
impl OpaquePtr for LineOrderAttribute
Source§impl TypedAttribute for LineOrderAttribute
impl TypedAttribute for LineOrderAttribute
fn as_attribute_ptr(&self) -> *const Imf_Attribute_t
Auto Trait Implementations§
impl Freeze for LineOrderAttribute
impl RefUnwindSafe for LineOrderAttribute
impl !Send for LineOrderAttribute
impl !Sync for LineOrderAttribute
impl Unpin for LineOrderAttribute
impl UnwindSafe for LineOrderAttribute
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