#[repr(C)]pub struct CreateTieSpec {
pub id: ObjID,
pub flags: CreateTieFlags,
}
Expand description
A specification of ties to create. (see the book for more information on ties).
Fields§
§id: ObjID
§flags: CreateTieFlags
Implementations§
Source§impl CreateTieSpec
impl CreateTieSpec
Sourcepub fn new(id: ObjID, flags: CreateTieFlags) -> Self
pub fn new(id: ObjID, flags: CreateTieFlags) -> Self
Create a new CreateTieSpec.
Trait Implementations§
Source§impl Clone for CreateTieSpec
impl Clone for CreateTieSpec
Source§fn clone(&self) -> CreateTieSpec
fn clone(&self) -> CreateTieSpec
Returns a copy 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 CreateTieSpec
impl Debug for CreateTieSpec
Source§impl Ord for CreateTieSpec
impl Ord for CreateTieSpec
Source§fn cmp(&self, other: &CreateTieSpec) -> Ordering
fn cmp(&self, other: &CreateTieSpec) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CreateTieSpec
impl PartialEq for CreateTieSpec
Source§impl PartialOrd for CreateTieSpec
impl PartialOrd for CreateTieSpec
impl Copy for CreateTieSpec
impl Eq for CreateTieSpec
impl StructuralPartialEq for CreateTieSpec
Auto Trait Implementations§
impl Freeze for CreateTieSpec
impl ObjSafe for CreateTieSpec
impl RefUnwindSafe for CreateTieSpec
impl Send for CreateTieSpec
impl Sync for CreateTieSpec
impl Unpin for CreateTieSpec
impl UnwindSafe for CreateTieSpec
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