pub struct Leader {Show 16 fields
pub record_length: u16,
pub record_status: char,
pub record_type: char,
pub bibliographic_level: char,
pub type_of_control: char,
pub character_coding_scheme: char,
pub indicator_count: u8,
pub subfield_code_count: u8,
pub base_address_of_data: u16,
pub encoding_level: char,
pub descriptive_cataloging_form: char,
pub multipart_resource_record_level: char,
pub length_of_length_of_field_portion: u8,
pub length_of_starting_character_position_portion: u8,
pub length_of_implementation_defined_portion: u8,
pub undefined: char,
}Expand description
MARC leader (24 bytes)
Fields§
§record_length: u16§record_status: char§record_type: char§bibliographic_level: char§type_of_control: char§character_coding_scheme: char§indicator_count: u8§subfield_code_count: u8§base_address_of_data: u16§encoding_level: char§descriptive_cataloging_form: char§multipart_resource_record_level: char§length_of_length_of_field_portion: u8§length_of_starting_character_position_portion: u8§length_of_implementation_defined_portion: u8§undefined: charImplementations§
Trait Implementations§
impl Eq for Leader
impl StructuralPartialEq for Leader
Auto Trait Implementations§
impl Freeze for Leader
impl RefUnwindSafe for Leader
impl Send for Leader
impl Sync for Leader
impl Unpin for Leader
impl UnwindSafe for Leader
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