pub struct CtBreak {
pub id: u32,
pub min: u32,
pub max: u32,
pub man: bool,
pub pt: bool,
}Fields§
§id: u32§min: u32§max: u32§man: bool§pt: boolTrait Implementations§
Source§impl XmlDeserialize for CtBreak
impl XmlDeserialize for CtBreak
fn deserialize<B: BufRead>( tag: &[u8], reader: &mut Reader<B>, attrs: Attributes<'_>, is_empty: bool, ) -> Self
Auto Trait Implementations§
impl Freeze for CtBreak
impl RefUnwindSafe for CtBreak
impl Send for CtBreak
impl Sync for CtBreak
impl Unpin for CtBreak
impl UnwindSafe for CtBreak
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